Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN error ... Help needed.

Re: RMAN error ... Help needed.

From: James Howerton <jhowerton_at_uabmc.edu>
Date: Thu, 03 Aug 2000 17:27:35 -0500
Message-Id: <10578.113803@fatcity.com>


Janardhana,

Try changing your format=20

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:=20
run {=20
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;

release channel d1;=20
}
Thanks,
-- Janardhana Babu
--=20
Author: Janardhana Babu
  INET: jbdonga_at_ucdavis.edu=20
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). Received on Thu Aug 03 2000 - 17:27:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US