码迷,mamicode.com
首页 >  
搜索关键字:immediate    ( 591个结果
分区表
--删除分区 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
oracle shutdown immediate 一直没反应解决方案
oracleshutdownimmediate一直没反应解决方案 数据库监听突然出现了问题,重新配置之后,重启数据库。发现不管是用shutdown还是跟上参数immediate都是同样效果,等了10多分钟一点反应都没有。查了查资料,看了下每个参数的用法,发现可能是连接请求还在连接数据库,没..
分类:数据库   时间:2017-06-07 10:09:50    阅读次数:333
How to start/stop DB instance of Oracle under Linux
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
SQL 修复表
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
oracle 创建表同时添加注释
创建数据库表、添加注释的方法: 现在想通过pl/sql语句块执行,代码如下: ...
分类:数据库   时间:2017-06-02 11:27:52    阅读次数:203
log4j.properties详解
################################################################################ #①配置根Logger,其语法为: # #log4j.rootLogger =[level],appenderName,appenderN... ...
分类:其他好文   时间:2017-06-01 14:40:50    阅读次数:267
Codeforces 431C. k-Tree
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
spfile
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
HDU--4891--The Great Pan--暴力搜索
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
Java 线程池的原理与实现
这几天主要是狂看源程序,在弥补了一些曾经知识空白的同一时候,也学会了不少新的知识(比方 NIO)。或者称为新技术吧。 线程池就是当中之中的一个,一提到线程。我们会想到曾经《操作系统》的生产者与消费者。信号量,同步控制等等。 一提到池。我们会想到数据库连接池。可是线程池又怎样呢? 建议:在阅读本文前, ...
分类:编程语言   时间:2017-05-27 20:42:28    阅读次数:255
591条   上一页 1 ... 31 32 33 34 35 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!