Home » RDBMS Server » Backup & Recovery » RMAN Control file backup
RMAN Control file backup [message #195528] Fri, 29 September 2006 04:18 Go to next message
M.Shakeel Azeem
Messages: 226
Registered: September 2006
Senior Member
is there any difference in the following two scripts,both of them include the backup of control file

RMAN> run{allocate channel c1 type disk;
2> backup format 'd:\db_%t_%s_%p'
3> database;
4> backup current controlfile;}

RMAN> run{allocate channel c1 type disk;
2> backup format 'd:\db_%t_%s_%p'
3> database include current controlfile;}
Re: RMAN Control file backup [message #195550 is a reply to message #195528] Fri, 29 September 2006 07:49 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
They look very similar to me. Both will backup the database and control file. Why do you ask?
Previous Topic: check scm
Next Topic: rman backup taking 10 hours to complete
Goto Forum:
  


Current Time: Tue Apr 30 04:28:42 CDT 2024