December 2002
Intermediate to advanced
928 pages
85h 29m
English
ALTER DATABASE BACKUP CONTROLFILE
ALTER DATABASE BACKUP CONTROLFILE TO filename | TO TRACESQL*Plus command. Creates a backup of the current control file for the database.
Specifies the location of a copy of the current control file.
Causes the information in the control file to be written as SQL statements to a file in the database’s trace directory. You can use this information to re-create the control file with the CREATE CONTROLFILE command.