oracle secure backup - duplicate to client host failed
1. I installed osb on the same machine with the database (10gr2) , the OS is windows 2003 with sp2
2. I successfully made the backup to tape
3. I want to duplicate the PROD to TEST on another host from the backup on tape
4. I install osb client on the new host
5. I add the new host in OSB and I can ping it.
6. I set the windows domain for the user "oracle". I also set the "preauthorized access"
7. from rman I connect to target, catalog and auxiliary run the following script
run
{
ALLOCATE AUXILIARY CHANNEL ch1 DEVICE TYPE sbt;
3. I want to duplicate the PROD to TEST on another host from the backup on tape
4. I install osb client on the new host
5. I add the new host in OSB and I can ping it.
6. I set the windows domain for the user "oracle". I also set the "preauthorized access"
7. from rman I connect to target, catalog and auxiliary run the following script
run
{
ALLOCATE AUXILIARY CHANNEL ch1 DEVICE TYPE sbt;
duplicate target database to 'TESTKM'
0