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

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

RMAN error ... Help needed.

From: Janardhana Babu <jbdonga_at_ucdavis.edu>
Date: Thu, 3 Aug 2000 12:32:02 -0700
Message-Id: <10578.113781@fatcity.com>


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;

release channel d1;
}
Thanks, Received on Thu Aug 03 2000 - 14:32:02 CDT

Original text of this message

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