码迷,mamicode.com
首页 >  
搜索关键字:immediate    ( 591个结果
codeforce 809ADo you want a date?
Leha decided to move to a quiet town Vi?kopolis, because he was tired by living in Bankopolis. Upon arrival he immediately began to expand his network ...
分类:其他好文   时间:2017-05-24 00:52:28    阅读次数:308
Excel生成建表角本
使用宏生成建表角本: ...
分类:其他好文   时间:2017-05-18 11:31:32    阅读次数:169
Oracle更改字符集
1. 查看字符集 select userenv('language') from dual; 2. 改动字符集(逐条运行就可以) sqlplus "/as sysdba"; shutdown immediate; startup mount; alter system enable restrict ...
分类:数据库   时间:2017-05-17 21:04:34    阅读次数:195
Making User-Managed Backups-17.3、Making User-Managed Backups of Offline Tablespaces and Datafiles
17.3、Making User-Managed Backups of Offline Tablespaces and Datafiles 备份离线的表空间时。须要注意下面指导原则: (1)不能离线system表空间或活动回滚段的表空间 (2)如果一个表在表空间x中,它的索引在表空间y中。y离线,x ...
分类:其他好文   时间:2017-05-17 16:04:31    阅读次数:185
oracle 环境变量配置 字符集编码配置
字符编码的环境变量配置: http://jingyan.baidu.com/article/e73e26c0c20f1a24adb6a73e.html SQL>shutdown immediate; SQL>startup mount SQL>ALTER SYSTEM ENABLE RESTRICT ...
分类:数据库   时间:2017-05-06 10:21:01    阅读次数:384
冷备搭建DG
1.主库开启归档 SQL> archive log list;(查询当前归档状态) SQL> shutdown immediate; SQL> startup mount;(启动到mount状态) SQL> archive log list;(开启归档) 2.开启强制写日志 SQL> alter d ...
分类:其他好文   时间:2017-05-04 21:51:42    阅读次数:273
Oracle 关闭(shutdown immediate)时hang住
昨天晚上生产的两套10.2.0.4的数据库修改了参数,需要重启。在发出shutdownimmediate命令后等了大概10分钟的时间,数据库还没有down下来。检查后台alert日志,发现从开始shutdown到最后只输出几条日志,其中最后一条日志是:SHUTDOWN:Activeprocessespreventshutdownoperation..
分类:数据库   时间:2017-04-27 10:17:13    阅读次数:300
懵懂oracle之存储过程
oracle存储过程关联知识点汇总 ...
分类:数据库   时间:2017-04-26 10:10:09    阅读次数:419
Transform java future into completable future
Future is introduced in JDK 1.5 by Doug Lea to represent "the result of an asynchronous computation". Similar to runnable, callable can also be submit ...
分类:编程语言   时间:2017-04-25 19:56:55    阅读次数:366
Publication的 immediate_sync 属性
Publication的属性immediate_sync控制Snapshot文件的创建,如果属性immediate_sync设置为true,那么snapshotfile在snapshotagent每次run的时候都会创建。如果设置为false,snapshotfile只在subscription创建时才会创建。在创建Snapshotfile之后,如果对article进行update,会产..
分类:其他好文   时间:2017-04-25 14:59:34    阅读次数:245
591条   上一页 1 ... 32 33 34 35 36 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!