Re: RMAN restore to another node

2002-09-18 Thread Johnson Poovathummoottil
AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node Oracle support too pointed to that. I tested with allocating 3 more channnels after 'set newname'. But no change. They were released. and same error followed

RE: RMAN restore to another node

2002-09-18 Thread DENNIS WILLIAMS
Lifetouch, Inc. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Johnson Poovathummoottil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:02 AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore

RE: RMAN restore to another node

2002-09-18 Thread Mercadante, Thomas F
:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:02 AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node Oracle support too pointed to that. I tested with allocating 3 more channnels after 'set newname'. But no change

RE: RMAN restore to another node

2002-09-18 Thread Johnson Poovathummoottil
. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Johnson Poovathummoottil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:02 AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another

RE: RMAN restore to another node

2002-09-17 Thread DENNIS WILLIAMS
Johnson From what I read of your trace file, the channels are being released, presumably just before you need them. Do you have that explicitly coded in your RMAN recovery script, or are they being released for another reason. My immediate response is that maybe the problem lies in why those

RE: RMAN restore to another node

2002-09-17 Thread DENNIS WILLIAMS
Johnson - Did Oracle Support offer any theories on why the RMAN channels were being spontaneously released? Is Oracle Support looking into this as a possible bug, and you are just checking to see whether anyone else has experienced this behavior?   Dennis Williams DBA Lifetouch, Inc. [EMAIL

RE: RMAN restore to another node

2002-09-17 Thread Johnson Poovathummoottil
:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:16 AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node They are alluding it to a possibilty that RMAN cannot find the backup piece and just before showing the error it realeasing channels

RE: RMAN restore to another node

2002-09-17 Thread Johnson Poovathummoottil
] -Original Message- From: Johnson Poovathummoottil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:02 AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node Oracle support too pointed to that. I tested

RE: RMAN restore to another node

2002-09-17 Thread Johnson Poovathummoottil
Oracle support too pointed to that. I tested with allocating 3 more channnels after 'set newname'. But no change. They were released. and same error followed. --- DENNIS WILLIAMS [EMAIL PROTECTED] wrote: Johnson From what I read of your trace file, the channels are being released,

RE: RMAN restore to another node

2002-09-17 Thread Johnson Poovathummoottil
PROTECTED]] Sent: Tuesday, September 17, 2002 10:20 AM To: Mercadante, Thomas F; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node my RMAN script is the following I have not released any channels explicitly. run { allocate channel c1 type disk

RE: RMAN restore to another node

2002-09-17 Thread Mercadante, Thomas F
My other question is, why are you getting this error: RMAN-06026: some targets not found - aborting restore Are you trying to restore all of the files, are just some of them? Tom Mercadante Oracle Certified Professional -Original Message- Sent: Tuesday, September 17, 2002 10:20 AM

RE: RMAN restore to another node

2002-09-17 Thread Deborah Lorraine
Testing a duplicate of 9.2.0.1.0, I had that problem of channels releasing and then getting an error about no channel, and it turned out I needed a new MML library for 9i. Now I have a problem that I can't restore the database unless I first delete all old datafiles. This behavior is

RE: RMAN restore to another node

2002-09-17 Thread Mercadante, Thomas F
Joni, It looks like you are releasing the channels before you are finished with them. Can you add another ALLOCATE CHANNEL command before you attempt the RESTORE command? You did not provide the rman commands, so I am only guessing here - but that is what the error is telling you. You do not

RE: RMAN restore to another node

2002-09-17 Thread Johnson Poovathummoottil
my RMAN script is the following I have not released any channels explicitly. run { allocate channel c1 type disk; allocate channel c2 type disk; allocate channel c3 type disk; set newname for datafile 1 to '/extracts1/DB01_temp/system_01a.dbf'; set newname for datafile 2 to

RE: RMAN restore to another node

2002-09-17 Thread DENNIS WILLIAMS
:[EMAIL PROTECTED] -Original Message- From: Johnson Poovathummoottil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:02 AM To: DENNIS WILLIAMS; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node Oracle support too pointed

RE: RMAN restore to another node

2002-09-17 Thread Mike Killough
, '/ot2_01/oradata/db2/redo02.log' size 100M, '/ot2_01/oradata/db2/redo03.log' size 100M; } From: Johnson Poovathummoottil [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: RE: RMAN restore to another node Date: Tue, 17 Sep 2002 07

RE: RMAN restore to another node

2002-09-17 Thread Mercadante, Thomas F
17, 2002 10:20 AM To: Mercadante, Thomas F; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: RMAN restore to another node my RMAN script is the following I have not released any channels explicitly. run { allocate channel c1 type disk; allocate channel c2 type disk; allocate

Re: RMAN restore to another node

2002-09-17 Thread Ruth Gramolini
PROTECTED]' Subject: RE: RMAN restore to another node Oracle support too pointed to that. I tested with allocating 3 more channnels after 'set newname'. But no change. They were released. and same error followed. --- DENNIS WILLIAMS [EMAIL PROTECTED] wrote: Johnson From what I read