ALTER DATABASE ADD STANDBY LOGFILE thread 1 group 102 ('/u01/oradata/jingyu/srl102.rdo') SIZE 52428800; ALTER DATABASE ADD STANDBY LOGFILE thread 1 group 103 ('/u01/oradata/jingyu/srl103.rdo') SIZE 52428800; AL
[oracle@dg1admin]$ sqlplus sys/oracle@stddbassysdbaSQL*Plus:Release11.2.0.4.0ProductiononWed Sep1416:49:442022Copyright (c)1982,2013, Oracle.Allrights reserved. Connectedto: Oracle Database11g Enterprise EditionRelease11.2.0.4.0-64bit ProductionWiththe Partitioning, OLAP, Data MiningandRealApplicatio...
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> select status from v$Instance; STATUS --- STARTED 正常完成duplicate后,数据库处于mount状态,且可以open只读打开: 代码语言:javas...
Set DB_CREATE_FILE_DEST to make all data files of the new database Oracle-managed files, except the files for which SET NEWNAME is used. Do not set DB_FILE_NAME_CONVERT if you set DB_CREATE_FILE_DEST. Supported options for naming online redo logs duplicated from Oracle-managed files ...
在Oracle 10g下,我们可以使用RMAN duplicate 命令创建一个具有不同DBID 的复制库。 到了Oracle 11gR2, RMAN 的duplicate 有2种方法实现: 1. Active database duplication 2. Backup-based duplication Active database duplication 通过网络,直接copy target 库到auxiliary 库,然后创建复制库。 这种方法就不需要先用...
11gR2的RMAN duplicate个人感觉比10g的先进了很多,10G需要在rman备份的基础上进行复制,使用 RMAN duplicate创建一个数据完全相同但DBID不同的数据库。而11g的RMAN duplicate可以通过Active database duplicate和Backup-based duplicate两种方法实现。这里的测试使用的是Active database duplicate,因为Active database duplicate...
ORACLE 例程已经启动。startup nomount pfile= ' >>>use recovery catalog to duplicate database rman targetsys/oracle@BRSauxiliarysys/oracle@BRSSTBYcatalogrman/rman001@RMANDB run { allocate channel disk1 device type disk; allocate channel disk2 device type disk ; ...
利用Rman的duplicate命令,可以很方便的将原库复制出一个新库,这在诸如data guard等应用中非常有用。但是在Oracle11g之前,执行duplicate要求首先对原库用rman进行备份,然后将备份复制到复制库,同时连接原库(做为target)和复制库(做为auxiliary),执行duplicate命令进行复制。在Oracle11g中推出的active database duplicate特...
在Oracle 10g下,我们可以使用RMAN duplicate命令创建一个具有不同DBID的复制库。到了Oracle 11gR2,RMAN的duplicate有2种方法实现: 1. Active database duplication 2. Backup-based duplication Active database duplication通过网络,直接copy target库到auxiliary库,然后创建复制库。这种方法就不需要先用RMAN备份数据库,...
11gR2的RMAN duplicate个人感觉比10g的先进了很多,10G需要在rman备份的基础上进行复制,使用 RMAN duplicate创建一个数据完全相同但DBID不同的数据库。而11g的RMAN duplicate可以通过Active database duplicate和Backup-based duplicate两种方法实现。这里的测试使用的是Active database duplicate,因为Active database duplicate...