Home » RDBMS Server » Backup & Recovery » Selective Backup
Selective Backup [message #56077] Wed, 05 March 2003 05:18 Go to next message
Mukesh Raj Singh
Messages: 9
Registered: March 2003
Junior Member
Sir/Madam
Is it possible to take backup of selective tablespaces?
I have 15 tablespaces in my database.
I want to take backup of just 14 tablespaces i.e. I don't want to take backup of one of the tablespace. How Can I take this backup?
I don't want to do it like taking backup of one by one tablespace.
i want to do it in single shot.
rgds
Mukesh
Re: Selective Backup [message #56081 is a reply to message #56077] Wed, 05 March 2003 06:21 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
You can backup tablespaces selectively using RMAN.
the following sample code from docs will do that..
run { 
     allocate channel ch1 type disk;
     allocate channel ch2 type disk;
     allocate channel ch3 type disk;
     backup filesperset = 3
       tablespace inventory, sales
       include current controlfile;
}

Previous Topic: RMAN
Next Topic: error during register the database using RMAN
Goto Forum:
  


Current Time: Fri Mar 29 07:15:43 CDT 2024