Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN error ... Help needed.
Jim,
Iam sorry, I didn't correct it while posting, the format had been changed for tape bkup as follows.
format '%d_%t_%s_%p'
I have also de-installed Legato storage Manager and relinked Oracle, just to
makesure.
Let me know if you have any ideas.
-----Original Message-----
From: James Howerton [mailto:jhowerton_at_uabmc.edu]
Sent: Thursday, August 03, 2000 4:45 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: RMAN error ... Help needed.
Janardhana,
Try changing your format
from: format '/u01/oracle/rtest_bkup/%d_%t_%s_%p' to: format 'rtest_bkup/%d_%t_%s_%p'
...JIM...
>>> jbdonga_at_ucdavis.edu 8/3/00 3:36:37 PM >>>
Dear List,
When I run the following script with type disk, it works fine. When changed to type 'SBT_TAPE' , I get the following error. Does anybody have any clue? Any help is appreciated. (The script is integrated and run thru shell script with netbackup in HP-UX 11.0 and oracle 815)
Error Message:
Networker: Unable to contact system to determine port ranges:
bugati.ucdavis.edu
Networker: RAP error, Service not available.
Script:
run {
allocate channel d1 type 'SBT_TAPE' ;
setlimit channel d1 kbytes 2048000 maxopenfiles 10 readrate 200;
backup
incremental level 0 filesperset 10 format '/u01/oracle/rtest_bkup/%d_%t_%s_%p' database;
-- Author: Janardhana Babu INET: jbdonga_at_ucdavis.edu Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Author: James Howerton INET: jhowerton_at_uabmc.edu Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You mayReceived on Thu Aug 03 2000 - 18:13:39 CDT