RMAN Error

2003-10-30 Thread tamizh
Hi List, I am getting the following RMAN error. Any help would be really appreciated. RMAN script:- == RMAN replace script ts_system_backup { allocate channel c1 type disk; allocate channel c2 type disk; allocate channel c3 type disk; sql 'alter system switch logfile'; resync catalog

Re: RMAN Error

2003-10-30 Thread Tim Gorman
the backupsets is the one you intend. Hope this helps... -Tim Hi List, I am getting the following RMAN error. Any help would be really appreciated. RMAN script:- == RMAN replace script ts_system_backup { allocate channel c1 type disk; allocate channel c2 type disk; allocate channel c3

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:

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

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(RMANregister 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 which

RE: RMAN error - can someone help ?

2003-09-17 Thread Ruth Gramolini
the SID. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Prem Khanna J Sent: Tuesday, September 16, 2003 10:35 PM To: Multiple recipients of list ORACLE-L Subject: RMAN error - can someone help ? Hi, My target instance is 9.2.0.4 on Host A ( Ms

Re: RE: RMAN error - can someone help ?

2003-09-17 Thread Prem Khanna J
stuck up here and not able to proceed further. i tried it repeatedly. Thanx once again. Jp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Prem Khanna J Sent: Tuesday, September 16, 2003 10:35 PM To: Multiple recipients of list ORACLE-L Subject: RMAN

RMAN error - can someone help ?

2003-09-16 Thread Prem Khanna J
Hi, My target instance is 9.2.0.4 on Host A ( Ms-win2k + SP3 ). My recovery catalog is also 9.2.0.4 on Host B ( Ms-win2k + SP3 ). My target destination for backup files is R:\ which resides on Host C (WinNT).This drive R:\ is common to both Host A and B. Things work fine accessing R:\ from both

Re: RMAN error registering database

2002-05-31 Thread Cherie_Machler
by: Subject: RMAN error registering database [EMAIL PROTECTED] om

Re: RMAN error registering database

2002-05-31 Thread MICHAEL.SALE
Without having better information (i.e. I assume you are running Oracle between 8.1.6and 8.1.7.2), I would say that you are running into bug 1467871 fixed in 9i and patched in 8.1.7.3 and 4. The work around is to recreate your control file, thus loosing all your backup information stored in the

Re: RMAN error registering database - solved

2002-05-31 Thread Danny Hughes
by: Subject: RMAN error registering database [EMAIL PROTECTED] om

RMAN error registering database

2002-05-30 Thread Danny Hughes
when I try to register my database in RMAN, I get the following error.. RMAN-08002: starting full resync of recovery catalog RMAN-03026: error recovery releasing channel resources RMAN-00571: === RMAN-00569: === ERROR MESSAGE

Re: RMAN error while TSPITR

2002-01-31 Thread Jared . Still
IIRC the manuals suggest that you set NLS_DATE_FORMAT anyway. Jared [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/30/02 11:45 PM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:Re: RMAN error while

Re: RMAN error while TSPITR

2002-01-31 Thread Sona
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:Re: RMAN error while TSPITR Hi, I had problems duplicating to a point in time and the workaround was to set the nls_date_format on OS level so I started my script with export NLS_DATE_FORMAT=format mask

RE: RMAN error while TSPITR

2002-01-31 Thread Kempf, Reed
] cc: Subject:Re: RMAN error while TSPITR Hi, I had problems duplicating to a point in time and the workaround was to set the nls_date_format on OS level so I started my script with export NLS_DATE_FORMAT=format mask and that fixed my problem Jack Sona [EMAIL PROTECTED

Re: RMAN error while TSPITR

2002-01-31 Thread Sona
suggest that you set NLS_DATE_FORMAT anyway. Jared [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/30/02 11:45 PM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:Re: RMAN error while TSPITR Hi

RE: RMAN error while TSPITR

2002-01-31 Thread Sujatha Madan
NLS_DATE_FORMAT anyway. Jared [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/30/02 11:45 PM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:Re: RMAN error while TSPITR Hi, I had problems

RMAN error while TSPITR

2002-01-30 Thread Sona
Hi, I encountered the following error while performing TSPITR using RMAN Below is the script being executed run { allocate channel c1 type disk; set newname for datafile 3 to '/ora/data01/test/clone/admin.1.dbf'; recover tablespace admin until time to_date('JAN 30 2002 14:53:56','MON DD

RMAN error

2002-01-29 Thread Sona
HI I trying to recoverfrom loss of all controlfiles and a datafile which was not backed upusing RMAN . these are the steps i followed startup nomount These are the RMAN commands executed. {allocate channel c1 type disk;restore controlfile;sql 'alter database mount';restore