Re: RMAN Script

2003-11-25 Thread Gilles PARC
Hi Ramon, I guess you are on 8i : your setsize and fileperset specs should be inside the backup command not outside i.e. something like this : backup fileperset 2 setsize 2000 database

RMAN Script

2003-11-25 Thread Ramón Estevez
Title: RMAN Script Hi list, Need a little help with this, have seen in metalink both ways with and without the equal (=) sign. What is wrong with this script, am getting an error in SETSIZE; I removed it and the same error. run  {    allocate channel c1 type disk    format '

FW: RMAN Script

2003-11-25 Thread Ramón Estevez
> Hi list, > > Need a little help with this, have seen in metalink both ways with and without the > equal (=) sign. What is wrong with this script, am getting an error in SETSIZE; I > removed it and the same error. > > run > { >allocate channel c1 type disk >format '/u08/backups/r

RMAN Script

2003-11-24 Thread Ramón Estevez
Hi list, Need a little help with this, have seen in metalink both ways with and without the equal (=) sign. What is wrong with this script, am getting an error in SETSIZE; I removed and the same error. run { allocate channel c1 type disk format '/u08/backups/rman/BD_%d_%U'; alloc

RE: RMAN Script Question

2003-08-14 Thread SARKAR, Samir
Title: RMAN Script Question David,   Change the following line in ur script :   backup database plus archivelog delete input   to   backup incremental level = 0 plus archivelog delete input   Hth,   Samir   Samir Sarkar Oracle DBA SchlumbergerSema Email  :  [EMAIL PROTECTED] Phone

RMAN Script Question

2003-08-14 Thread David Wagoner
Title: RMAN Script Question I believe I have an RMAN script syntax error.  The following script works fine: resync catalog; run { allocate channel t1 type 'SBT_TAPE'; backup incremental level 0 skip inaccessible tag hot_db_bk_level0 filesperset 5 format 'data_full_%d_%U_%p_%c

RE: RMAN Script Question

2003-08-14 Thread David Wagoner
Title: RMAN Script Question Thanks Samir, but I already tried that one too and it didn't work either.   Best regards, David B. Wagoner Database Administrator Arsenal Digital Solutions  -Original Message-From: SARKAR, Samir [mailto:[EMAIL PROTECTED]Sent: Wednesday, August 06,

RE: RMAN Script Question

2003-08-06 Thread SARKAR, Samir
Title: RMAN Script Question David,   I notice that u r using the line   format 'data_full_%d_%U_%p_%c.bak' (database);   in ur backup script when u r actually performing a database backup including archived logs backup.   Try modifying the script as :   resync catalog; run

RE: RMAN Script Question

2003-08-06 Thread Ruth Gramolini
Title: RMAN Script Question David,   I have a set of scripts which do various rman backups that I would be happy to send you if you send me your email address ( no attachments to the list).  They work because I use them every day.   Ruth -Original Message-From: [EMAIL PROTECTED

Re: Rman script

2001-08-15 Thread Deepak Thapliyal
hi Arun there is a create catalog coomnad that you need to fire connected as the catalog owner (rman) Deepak --- ARUN K C <[EMAIL PROTECTED]> wrote: > Hello, > Can anyone let me know as to which script has to be > run for creating the > catalogs of rman on 8.1.7 on sun solaris. > I am missing t

Rman script

2001-08-15 Thread ARUN K C
Thanks for anybody trying to help I did get to know how to create it. I lazy bum not to go thro the document. Thanks anyway _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Please see the official OR

Rman script

2001-08-15 Thread ARUN K C
Hello, Can anyone let me know as to which script has to be run for creating the catalogs of rman on 8.1.7 on sun solaris. I am missing the catrman.sql in the rdbms/admin directory. have they renamed this script or is it somehow missing in this rdbms/admin directory. I even checked this out on ot

RE: Need RMAN script command to close database

2001-03-09 Thread Jack C. Applewhite
-- Hope this helps you. Jack Jack C. Applewhite Database Administrator/Developer OCP Oracle8 DBA iNetProfit, Inc. Austin, Texas www.iNetProfit.com [EMAIL PROTECTED] -Original Message- Berindei Alex Sent: Friday, March 09, 200

Need RMAN script command to close database

2001-03-09 Thread Berindei Alex
Hi smart guys, I need a RMAN script command to close a database, do you think this can be done. What I know is I can start the database, for "MOUNT" state to "OPEN" with next script, using a SQL command: { allocate channel type disk sql 'ALTER DATABASE OPEN