ALTER DATABASE [message #307416] |
Tue, 18 March 2008 17:52 |
dmkanz
Messages: 9 Registered: March 2008
|
Junior Member |
|
|
Currently I am taking a DBA class and I am having an issue finding the answer to one of my questions. Does anyone know how you can use the ALTER DATABASE to generate an alert log. Or what the syntax is for ALTER DATABASE. Here is the question.
To prepare for a disaster, you decide that you should have a text form of a control file stored somewhere. Use a form of the ALTER DATABASE command to achieve this objective. (Hint: Use the alert log). State how you created the command, and where you located the text of the command.
Thanks
Dm Kanz
|
|
|
|
|
Re: ALTER DATABASE [message #307421 is a reply to message #307418] |
Tue, 18 March 2008 18:28 |
dmkanz
Messages: 9 Registered: March 2008
|
Junior Member |
|
|
Does the alter database backup controlfile option allow you to save a text version of your control file?
ALTER DATABASE database_name
BACKUP CONTROLFILE TO 'filename' [REUSE]
Thanks
Dm Kanz
|
|
|
|
|
|
|