If you are talking about renaming the backup controlfile(multiplexing control files), then yes you can
Just give the absolute path and name of the backup controlfile.Code:SQL> alter database backup controlfile to 'e:\test.ctl';
Else, Jeff has shown you the link.
HTH






Reply With Quote