Request for correction in rman duplicate script in 10g
Hi,
I am using Oracle 10.2.0.4 on Win 2008 R2. We have Archive mode enabled and no rman catalog is used. I have a requirement where i have to duplicate prod sevrer on regular basis to development server.
I have created few batch files so that the entire process in automated. Stored all the scripts in c:\script\clone\ directory.
I have taken the backup copy of password and spfile from prod server and copied to the development server in same location.
These are the scripts i run in order:
1_clone.bat
set ORACLE_SID=orcl
sqlplus / as sysdba @c:\script\clone\2_test.bat
I am using Oracle 10.2.0.4 on Win 2008 R2. We have Archive mode enabled and no rman catalog is used. I have a requirement where i have to duplicate prod sevrer on regular basis to development server.
I have created few batch files so that the entire process in automated. Stored all the scripts in c:\script\clone\ directory.
I have taken the backup copy of password and spfile from prod server and copied to the development server in same location.
These are the scripts i run in order:
1_clone.bat
set ORACLE_SID=orcl
sqlplus / as sysdba @c:\script\clone\2_test.bat
0