Home » RDBMS Server » Backup & Recovery » RMAN
RMAN [message #64499] Wed, 02 February 2005 14:56 Go to next message
satish
Messages: 112
Registered: September 2000
Senior Member
hi,
I want to backup my Oracle 8.1.7 database using RMAN with out catalog database(NOCATALOG) running in ARCHIVELOG mode.
I know I can use this in 9.2.
RMAN> backup database plus archivelog delete input;

But this option in not available in 8.1.7. So how can I backup my database which is in archivelog mode.
Thanks
Satish
Re: RMAN [message #64509 is a reply to message #64499] Thu, 03 February 2005 03:44 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
do it seperately.
Something like

backup database include current controlfile;
sql "ALTER SYSTEM ARCHIVE LOG CURRENT";
backup archivelog from time 'SYSDATE-1';
Previous Topic: meaning of rman command
Next Topic: ram backup
Goto Forum:
  


Current Time: Fri Apr 26 17:40:30 CDT 2024