RMAN error while registering the target database

2003-09-25 Thread Oracle DBA
Hi List, Does anyone come across this issue? What should i do to resolve this? Any help would be really appreciated. TIA RMAN> register database; RMAN-03022: compiling command: register RMAN-03023: executing command: register RMAN-08006: database registered in recovery catalog RMAN-03023: exe

RE: RMAN error while registering the target database

2003-09-25 Thread Freeman Robert - IL
/dev/vx/rdsk/dbdg13/Rcatctrl.ctl Does this directory exist, does Oracle have priv's on it? Does the file already exist, and of so who owns it and what are the privs? RF -Original Message- To: Multiple recipients of list ORACLE-L Sent: 9/25/2003 12:39 PM Hi List, Does anyone come acros

RE: RMAN error while registering the target database

2003-09-25 Thread Oracle DBA
Hi Robert, The directory does not exist. I am just trying to register the database(RMAN>register database). My question is... from where did it pick up the name of the control file "/dev/vx/rdsk/dbdg13/Rcatctrl.ctl". Also i tried the same operation(register database) for different database whic

Re: RMAN error while registering the target database

2003-09-25 Thread Tanel Poder
Are you sure $ORACLE_HOME is properly set in shell executing RMAN? When registering a database in rman, it usually makes a controlfile backup copy under $ORACLE_HOME/dbs or database directory. If it's not set, maybe it tries some default (or old) location who knows... Tanel. - Original Messag