Login  Register

SET NEWNAME FOR

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

SET NEWNAME FOR

satish
1160 posts
Dear erman,

Could you plz let us know what is the use of below command.

Set Newname for database to new

Thank you
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: SET NEWNAME FOR

ErmanArslansOracleBlog
Administrator
5732 posts
By default, RMAN restores a backup of a datafile to its default location.
You use these set newname commands to change this behaviour.
A command like "Set Newname for database to new " automatically changes the filenames..  
When you use this command, RMAN creates the specified datafiles or tempfiles with Oracle Managed File names in the location specified by DB_CREATE_FILE_DEST.
Ofcoure you should set the parameters like DB_CREATE_FILE_DEST and db_create_online_log_dest_n for using it.