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 question...spool command

RMAN question...spool command

From: Janardhana Babu <jbdonga_at_ucdavis.edu>
Date: Wed, 2 Aug 2000 10:40:12 -0700
Message-Id: <10577.113632@fatcity.com>


Dear list,

Could someone tell me how to spool to a file, the output of rman script. Spool command is not working. Is there any command that I can use to spool the output of the following RMAN script. Iam on HP-UX 11.0 Oracle8.1.5.

run {
allocate channel d1 type disk;
setlimit channel d1 kbytes 2048000 maxopenfiles 10 readrate 200; backup

	incremental level 0
	filesperset 10
	format '/u01/oracle/rtest_bkup/%d_L0_%t_%s_%p'
	database;

release channel d1;
}

Any help is appreciated.

Thanks,
-- Janardhana Babu Received on Wed Aug 02 2000 - 12:40:12 CDT

Original text of this message

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