DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: control file

  1. #1
    Join Date
    Mar 2001
    Posts
    16
    Hello
    I dumped the image of controlfile using "alter database backup controlfile to trace". It contains create command. Now how can i create the controlfile from it. could you write all the steps.

  2. #2
    Join Date
    Aug 2000
    Location
    Toronto, Ontario Canada
    Posts
    52
    Check out technet.oracle.com
    There are several notes specify for this issue written for
    specific operating systems...

  3. #3
    Join Date
    Feb 2001
    Location
    UAE
    Posts
    304
    Follow these steps:
    1. Remove the header information from the trace file
    2. Rename the trace file to say "CONTROL.SQL"
    3. Shutdown the database
    4. svrmgr> @CONTROL.SQL
    5. svrmgr> alter database open;

    If you have problem opening the database now, please get back to me.
    Agasimani
    OCP(10g/9i/8i/8)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width