Duplicate Database Fails With Rman06136 Ora-1503 Ora-1565 Ora-27036
(Doc ID 357369.1)
Last updated on DECEMBER 16, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.4 and laterInformation in this document applies to any platform.
***Checked for relevance on 17-Jul-2014***
Symptoms
Duplicate database from ASM to non-ASM fails:
released channel: c1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 02/07/2006 03:10:51
RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file ''
ORA-27036: translation error, unable to expand file name
Additional information: 7202
Additional information: 2
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 02/07/2006 03:10:51
RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file ''
ORA-27036: translation error, unable to expand file name
Additional information: 7202
Additional information: 2
You will see the controlfile creation in the auxiliary alert log file:
db_create_file_dest = /tmp/<PATH>
...
Tue Feb 7 03:10:51 2006
CREATE CONTROLFILE REUSE SET DATABASE "<DB_NAME>" RESETLOGS ARCHIVELOG
MAXLOGFILES 192
MAXLOGMEMBERS 3
MAXDATAFILES 1024
MAXINSTANCES 32
MAXLOGHISTORY 454
LOGFILE
GROUP 1 ( '/tmp/<PATH>/<FILE_NAME>.log', '/tmp/<PATH>/<FILE_NAME>.log' ) SIZE 200 M ,
GROUP 2 ( '/tmp/<PATH>/<FILE_NAME>.log', '/tmp/<PATH>/<FILE_NAME>.log' ) SIZE 200 M
DATAFILE
''
CHARACTER SET AL32UTF8
Tue Feb 7 03:10:51 2006
WARNING: Default passwords for SYS and SYSTEM will be used.
Please change the passwords.
WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
Default Temporary Tablespace will be necessary for a locally managed database in future release
Tue Feb 7 03:10:51 2006
Errors in file /tmp/<PATH>/udump/<FILE_NAME>.trc:
ORA-01565: error in identifying file ''
ORA-27036: translation error, unable to expand file name
Additional information: 7202
Additional information: 2
ORA-1503 signalled during: CREATE CONTROLFILE REUSE SET DATABASE "<DB_NAME>" RESE...
...
Tue Feb 7 03:10:51 2006
CREATE CONTROLFILE REUSE SET DATABASE "<DB_NAME>" RESETLOGS ARCHIVELOG
MAXLOGFILES 192
MAXLOGMEMBERS 3
MAXDATAFILES 1024
MAXINSTANCES 32
MAXLOGHISTORY 454
LOGFILE
GROUP 1 ( '/tmp/<PATH>/<FILE_NAME>.log', '/tmp/<PATH>/<FILE_NAME>.log' ) SIZE 200 M ,
GROUP 2 ( '/tmp/<PATH>/<FILE_NAME>.log', '/tmp/<PATH>/<FILE_NAME>.log' ) SIZE 200 M
DATAFILE
''
CHARACTER SET AL32UTF8
Tue Feb 7 03:10:51 2006
WARNING: Default passwords for SYS and SYSTEM will be used.
Please change the passwords.
WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
Default Temporary Tablespace will be necessary for a locally managed database in future release
Tue Feb 7 03:10:51 2006
Errors in file /tmp/<PATH>/udump/<FILE_NAME>.trc:
ORA-01565: error in identifying file ''
ORA-27036: translation error, unable to expand file name
Additional information: 7202
Additional information: 2
ORA-1503 signalled during: CREATE CONTROLFILE REUSE SET DATABASE "<DB_NAME>" RESE...
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |