Home » RDBMS Server » Backup & Recovery » Duplicate RMAN issue (Oracle, 9.2.0.1, Windows)
Duplicate RMAN issue [message #361241] |
Tue, 25 November 2008 08:43  |
shekharnegi12
Messages: 52 Registered: October 2008
|
Member |
|
|
Hello Everyone,
I have a question related to RMAN duplicate function. Here's the problem: In order to perform the duplicate command I first created a different database using database configuration assistant that created the service and the listener for me along with the init file. I made the control file and redo log files in the same file system format as my target database.
I then connected to the target database (one from which I'm going to get the data) using the sys account
RMAN> connect Target sys/password@databasesid
connected to target database: databasesid (DBID=#########)
it got connect the target database
I then connect to the target catalog using rman account
RMAN> connect catalog rman/password@databasesid
connected to recovery catalog database
Then I connected to the auxiliary database(database where I want to copy the data to)
RMAN>connect auxiliary sys/password@auxiliaydatabase
connected to auxiliary database: auxiliaydatabase (DBID=######)
Once connections are made I gave the following command to start duplication
RMAN> DUPLICATE TARGET DATABASE TO auxiliarydatabase;
and I got the following error:
RMAN-00601: fatal error in recovery manager
RMAN-03004: fatal error during execution of command
RMAN-10039: error encountered while polling for RPC completion on channel clone_default
RMAN-10006: error running SQL statement: select act from x$ksusex where sid=:1 and serial=:2
RMAN-10002: ORACLE error: ORA-12571: TNS: packet writer failure
RMAN-03002: failure of Duplicate Db command at 06/30/2005 06:24:28
RMAN-06136: ORACLE error from auxiliary database: ORA-12571: TNS: packet writer failure
Can anyone help?
Thanks,
SN
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Thu Aug 21 21:28:36 CDT 2025
|