场景,重启数据库,不重启linux系统,所以不用考虑监听程序,#linux输入lsnrctl start1 数据库关闭1.1 关闭主库SHUTDOWN IMMEDIATE;SQL> SHUTDOWN IMMEDIATE;...
                            
                            
                                分类:
数据库   时间:
2014-07-10 20:59:57   
                                阅读次数:
210
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                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-06-30 19:37:39   
                                阅读次数:
313
                             
                    
                        
                            
                            
                                对dataguard 官方文档里面的这句话不理解,是否能给出一个样例说明:10.2.0.5的版本号Effect of Switchovers, Failovers, and Control File Creation on BackupsAll the archived redo log files...
                            
                            
                                分类:
其他好文   时间:
2014-06-24 13:50:08   
                                阅读次数:
226
                             
                    
                        
                            
                            
                                主库参数详解:保持同一个Data Guard中所有的DB_NAME相同DB_NAME=ora11g为一个数据库指定一个唯一的名称,该参数一经指定就不会发生改动除非DBA主动改动DB_UNIQUE_NAME=ora11g_primary 初始化参数LOG_ARCHIVE_CONFIG用于控制发送归档....
                            
                            
                                分类:
数据库   时间:
2014-06-18 17:41:38   
                                阅读次数:
304