Home » RDBMS Server » Backup & Recovery » Rman Backup (Rman Backup without archive log list)
Rman Backup [message #275690] Mon, 22 October 2007 06:36 Go to next message
subash_dev
Messages: 1
Registered: October 2007
Location: New Delhi
Junior Member
Can we take the RMAN backup if the database is in no archive log mode? If it is possible how. If not why.

Thanks & Regards,
Subash.
Re: Rman Backup [message #275693 is a reply to message #275690] Mon, 22 October 2007 06:57 Go to previous messageGo to next message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Yes it is possible.
Follow the documentation.

Regards
Michel
Re: Rman Backup [message #275750 is a reply to message #275693] Mon, 22 October 2007 10:26 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Quote:

? If it is possible how. If not why.


Yes normal shutdown then start up mount ...and put your backup command.
Re: Rman Backup [message #275780 is a reply to message #275690] Mon, 22 October 2007 11:47 Go to previous messageGo to next message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

C:\> set ORACLE_SID=sidname
C:\> rman TARGET=SYS

RMAN> run
{
#shutdown database and startup with mount mode for backup.
shutdown immediate;
startup mount;
#perform full database backup
backup database;
#open database for normal use
sql 'alter database open';
#backup current controlfile
backup current controlfile;
sql 'alter database backup controlfile to TRACE';
}

Re: Rman Backup [message #276089 is a reply to message #275780] Tue, 23 October 2007 22:07 Go to previous messageGo to next message
trantuananh24hg
Messages: 744
Registered: January 2007
Location: Ha Noi, Viet Nam
Senior Member
Of course, RMAN can performs backup with two mode, Archive and NoArchive.
Re: Rman Backup [message #276090 is a reply to message #276089] Tue, 23 October 2007 22:28 Go to previous message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
trantuananh24hg wrote on Tue, 23 October 2007 23:07

Of course, RMAN can performs backup with two mode, Archive and NoArchive.

That's already been indicated and demonstrated above.
Previous Topic: RMAN backup issue
Next Topic: transportable tablespace and standby database.
Goto Forum:
  


Current Time: Mon May 20 10:14:25 CDT 2024