-- Add below item when DB turn to standby role -- 因主库使用ASM,此备库为单机,因此如果需要主RAC和此备库进行互切,则配置转换参数,否则主库无需配置,此参数需要重启生效 -- alter system set db_file_name_convert='+DATA/primary','+DATA/standby' scope=spfile; -- alter system set log_file_name_convert='+DATA/primary','+DATA/primary' scope=spfile; ALTERSYSTEMSET FAL_SERVER='racdb_standby1,racdb_standby2'SCOPE=BOTH SID='*';
[oracle@11rac1 ~]$ scp /u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwracdb1 oracle@10.10.10.3:/u01/app/oracle/product/11.2.0.4/dbhome_1/dbs/ The authenticity of host '10.10.10.3 (10.10.10.3)' can't be established. RSA key fingerprint is SHA256:KCuMsxiuP493oXTYB6R3VNl2BXBEl9Hf9EYtmsAjOEE. RSA key fingerprint is MD5:53:55:03:39:b1:56:8b:69:ea:c6:3d:91:94:c3:dd:db. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '10.10.10.3' (RSA) to the list of known hosts. oracle@10.10.10.3's password:
LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 31-MAR-2025 02:11:07
Copyright (c) 1991, 2013, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) The command completed successfully [oracle@oracle11-1 dbs]$ lsnrctl status
LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 31-MAR-2025 02:11:11
Copyright (c) 1991, 2013, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production Start Date 30-MAR-2025 11:17:06 Uptime 0 days 14 hr. 54 min. 5 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/11.2.0.4/dbhome_1/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/oracle11-1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle11-1)(PORT=1521))) Services Summary... Service "racdb_standby2" has 1 instance(s). Instance "racdb", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully [oracle@oracle11-1 dbs]$
[oracle@oracle11-1 ~]$ cat dup.sql run { allocate channel c1 type disk; allocate channel c2 type disk; allocate auxiliary channel c3 type disk; allocate auxiliary channel c4 type disk; duplicate target database for standby from active database; release channel c1; release channel c2; release channel c3; release channel c4; } [oracle@oracle11-1 ~]$ rman target sys/SysPassword1@tar auxiliary sys/SysPassword1@racdb_standby2 nocatalog
Recovery Manager: Release 11.2.0.4.0 - Production on Mon Mar 31 04:39:41 2025
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: RACDB (DBID=1167777349) using target database control file instead of recovery catalog connected to auxiliary database: RACDB (not mounted)
RMAN> @dup.sql
RMAN> run { 2> allocate channel c1 type disk; 3> allocate channel c2 type disk; 4> allocate auxiliary channel c3 type disk; 5> allocate auxiliary channel c4 type disk; 6> duplicate target database for standby from active database; 7> release channel c1; 8> release channel c2; 9> release channel c3; 10> release channel c4; 11> } allocated channel: c1 channel c1: SID=155 instance=racdb1 device type=DISK
contents of Memory Script: { backup as copy reuse targetfile '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwracdb1' auxiliary format '/u01/app/oracle/product/11.2.0.4/dbhome_1/dbs/orapwracdb' ; } executing Memory Script
Starting backup at 2025-03-31 04:39:53 Finished backup at 2025-03-31 04:39:54
contents of Memory Script: { backup as copy current controlfile for standby auxiliary format '/u01/app/oracle/oradata/racdb/control01.ctl'; restore clone controlfile to '/u01/app/oracle/flash_recovery_area/racdb/control02.ctl' from '/u01/app/oracle/oradata/racdb/control01.ctl'; } executing Memory Script
channel c4: skipped, AUTOBACKUP already found channel c3: copied control file copy Finished restore at 2025-03-31 04:40:06
contents of Memory Script: { sql clone'alter database mount standby database'; } executing Memory Script
sql statement: alter database mount standby database
contents of Memory Script: { set newname for tempfile 1 to "/u01/app/oracle/oradata/racdb/temp.263.1170160605"; switch clone tempfile all; set newname for datafile 1 to "/u01/app/oracle/oradata/racdb/system.256.1170160477"; set newname for datafile 2 to "/u01/app/oracle/oradata/racdb/sysaux.257.1170160479"; set newname for datafile 3 to "/u01/app/oracle/oradata/racdb/undotbs1.258.1170160479"; set newname for datafile 4 to "/u01/app/oracle/oradata/racdb/users.259.1170160479"; set newname for datafile 5 to "/u01/app/oracle/oradata/racdb/undotbs2.264.1170160703"; backup as copy reuse datafile 1 auxiliary format "/u01/app/oracle/oradata/racdb/system.256.1170160477" datafile 2 auxiliary format "/u01/app/oracle/oradata/racdb/sysaux.257.1170160479" datafile 3 auxiliary format "/u01/app/oracle/oradata/racdb/undotbs1.258.1170160479" datafile 4 auxiliary format "/u01/app/oracle/oradata/racdb/users.259.1170160479" datafile 5 auxiliary format "/u01/app/oracle/oradata/racdb/undotbs2.264.1170160703" ; sql 'alter system archive log current'; } executing Memory Script
executing command: SET NEWNAME
renamed tempfile 1 to /u01/app/oracle/oradata/racdb/temp.263.1170160605 in control file