--删除分区 truncate table partition declare day number; begin day := 20110901; loop execute immediate 'alter table lbidw.TB_DW_MGR_01_DAY truncate partiti ...
分类:
其他好文 时间:
2017-06-10 17:03:50
阅读次数:
160
oracleshutdownimmediate一直没反应解决方案
数据库监听突然出现了问题,重新配置之后,重启数据库。发现不管是用shutdown还是跟上参数immediate都是同样效果,等了10多分钟一点反应都没有。查了查资料,看了下每个参数的用法,发现可能是连接请求还在连接数据库,没..
分类:
数据库 时间:
2017-06-07 10:09:50
阅读次数:
333
All below actions should be executed with "oracle" user account 1. Check the status of listener $ lsnrctl status 2. If the listener isn't be started, ...
分类:
数据库 时间:
2017-06-06 14:58:52
阅读次数:
152
alter database dcdata set single_user with rollback immediate设置为单用户模式然后执行修复.DBCC CHECKTABLE(ZLBZSGPH,REPAIR_ALLOW_DATA_LOSS )DBCC CHECKTABLE(ZLBZSGPB, ...
分类:
数据库 时间:
2017-06-03 11:12:15
阅读次数:
228
创建数据库表、添加注释的方法: 现在想通过pl/sql语句块执行,代码如下: ...
分类:
数据库 时间:
2017-06-02 11:27:52
阅读次数:
203
################################################################################ #①配置根Logger,其语法为: # #log4j.rootLogger =[level],appenderName,appenderN... ...
分类:
其他好文 时间:
2017-06-01 14:40:50
阅读次数:
267
Quite recently a creative student Lesha had a lecture on trees. After the lecture Lesha was inspired and came up with the tree of his own which he cal ...
分类:
其他好文 时间:
2017-05-30 16:18:55
阅读次数:
269
1 让ORACLE自己主动从spfile启动 SQL> create spfile='/dev/vx/rdsk/vgora/lv_spfile' from pfile; SQL> shutdown immediate; 改动initora11g.ora文件 /oracle/app/product/1 ...
分类:
其他好文 时间:
2017-05-29 12:52:26
阅读次数:
143
The Great Pan Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 827 Accepted Submission(s): 292 Pr ...
分类:
其他好文 时间:
2017-05-27 21:19:10
阅读次数:
247
这几天主要是狂看源程序,在弥补了一些曾经知识空白的同一时候,也学会了不少新的知识(比方 NIO)。或者称为新技术吧。 线程池就是当中之中的一个,一提到线程。我们会想到曾经《操作系统》的生产者与消费者。信号量,同步控制等等。 一提到池。我们会想到数据库连接池。可是线程池又怎样呢? 建议:在阅读本文前, ...
分类:
编程语言 时间:
2017-05-27 20:42:28
阅读次数:
255