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

Thread: backup controlfile to trace

Threaded View

  1. #4
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796

    Re: Re: backup controlfile to trace

    If you are talking about renaming the backup controlfile(multiplexing control files), then yes you can

    Code:
    SQL> alter database backup controlfile to 'e:\test.ctl';
    Just give the absolute path and name of the backup controlfile.

    Else, Jeff has shown you the link.

    HTH
    Last edited by adewri; 03-21-2003 at 09:46 AM.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

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