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: <Winnie_Liu_at_infonet.com>
Date: Thu, 3 Aug 2000 16:26:18 -0700
Message-Id: <10578.113808@fatcity.com>


Actually, simply backing it up to tape does not require any specified directory name at all.

Simple use bk_%d_%t_%s_%p will do.

Winnie

"James Howerton" <jhowerton_at_uabmc.edu> on 08/03/2000 04:44:31 PM

Please respond to ORACLE-L_at_fatcity.com

To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: (bcc: Winnie Liu/HQ/ISC)

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;

release channel d1;
}
Thanks,
-- Janardhana Babu
--
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 may
Received on Thu Aug 03 2000 - 18:26:18 CDT

Original text of this message

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