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
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
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
字符编码的环境变量配置: 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
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
昨天晚上生产的两套10.2.0.4的数据库修改了参数,需要重启。在发出shutdownimmediate命令后等了大概10分钟的时间,数据库还没有down下来。检查后台alert日志,发现从开始shutdown到最后只输出几条日志,其中最后一条日志是:SHUTDOWN:Activeprocessespreventshutdownoperation..
分类:
数据库 时间:
2017-04-27 10:17:13
阅读次数:
300
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控制Snapshot文件的创建,如果属性immediate_sync设置为true,那么snapshotfile在snapshotagent每次run的时候都会创建。如果设置为false,snapshotfile只在subscription创建时才会创建。在创建Snapshotfile之后,如果对article进行update,会产..
分类:
其他好文 时间:
2017-04-25 14:59:34
阅读次数:
245