Hi:
I am doing a RMAN clone (11.1.0.7 on linux) and it were through, But I got errors at the end saying:
===
database dismounted
Oracle instance shut down
connected to auxiliary database (not started)
Oracle instance started
Total System Global Area 1071333376 bytes
Fixed Size 1318172 bytes
Variable Size 427819748 bytes
Database Buffers 629145600 bytes
Redo Buffers 13049856 bytes
allocated channel: aux1
channel aux1: SID=426 device type=DISK
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "PRODDB" RESETLOGS ARCHIVELOG
MAXLOGFILES 16
MAXLOGMEMBERS 2
MAXDATAFILES 500
MAXINSTANCES 1
MAXLOGHISTORY 2268
LOGFILE
GROUP 1 SIZE 100 M ,
GROUP 2 SIZE 100 M ,
GROUP 3 SIZE 100 M ,
GROUP 4 SIZE 100 M ,
GROUP 5 SIZE 100 M
DATAFILE
'+DATADG/proddb/datafile/system.867.772215399'
CHARACTER SET US7ASCII
released channel: aux1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 01/10/2012 17:16:27
RMAN-06136: ORACLE error from auxiliary database: ORA-02236: invalid file name.
====
(I have pfile but no spfile, problem?) What is the problem?
I got the following from internet but don't where to start?
====
Error: ORA 2236
Text: invalid filename
--------------------------------------------------------------------------------
Cause: In a LOGFILE, DATAFILE, or RENAME clause, a character string literal
was expected, but not found, in a filename list.
Action: Specify filenames using character string literals and try again.
====
Thank you very much for your help in advance.