USE [BBDAS_FP_DATA]GO/****** Object: StoredProcedure [dbo].[Recover_Deleted_Data_Proc] Script Date: 07/12/2014 15:09:44 ******/SET ANSI_NULLS ONGO...
分类:
数据库 时间:
2014-07-14 09:09:17
阅读次数:
369
ABMR:在asm 环境中测试Automatic Block Recover 特性的方法...
分类:
其他好文 时间:
2014-07-13 15:55:13
阅读次数:
211
场景,重启数据库,不重启linux系统,所以不用考虑监听程序,#linux输入lsnrctl start1 数据库关闭1.1 关闭主库SHUTDOWN IMMEDIATE;SQL> SHUTDOWN IMMEDIATE;...
分类:
数据库 时间:
2014-07-10 20:59:57
阅读次数:
210
Two elements of a binary search tree (BST) are swapped by mistake.
分类:
其他好文 时间:
2014-07-03 19:44:18
阅读次数:
161
11gR2搭建dataguard环境:自己做的实验,后续按照rman模式搭建、主备切换、模式调整等实验会陆续发上来。primary:OS:oel 6.4database:11.2.0.4.0192.168.100.131hostname=node4ORACLE_SID=goodORACLE_HOME...
分类:
其他好文 时间:
2014-07-02 19:25:53
阅读次数:
209
//
以下是主库:
下列语句可以用来检查SQL应用能否唯一识别表列,并找出不被支持的表:查询哪个表不支持logical standby传输
SQL> select owner, table_name from dba_logstdby_not_unique where (owner, table_name) not in (select distinct owner, table_name...
分类:
数据库 时间:
2014-07-02 16:40:01
阅读次数:
368
oracle golden gate我最近正在琢磨,这个软件我觉得约等于dataguard的逻辑模式,我认为其最大的优势是更可控制,比如可以细化到某个schema、某个table的同步。如下实验的主要步骤:ogg根据scn同步数据,源库零停机时间1. 配置好ogg源端的mgr、抓取和传送进程,并启动...
分类:
其他好文 时间:
2014-07-01 12:37:00
阅读次数:
499
真心不动了,研发的同事关测试IBM 3650服务器是直接关插排电源???
第二天加点重启之后oracle 打开报错ORA-00600: internal error code, arguments: [4194], [53], [41], [], [], [], [], []
求助DBA
决绝办法,启用undo手动管理,重建undo表空间
步骤如下:
SQL> alter system ...
分类:
其他好文 时间:
2014-07-01 08:33:20
阅读次数:
186
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-07-01 06:22:46
阅读次数:
415