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

Thread: how to multiplex control files and redo logs.

  1. #1
    Join Date
    Jan 2001
    Posts
    216

    How can I mutliplex control files and redo log files ? We have Oracle 8i Enterprise Edition ver 8.1.6 on Sun Solaris.

    Please advice.
    Thanks

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    To multiplex control files:
    1. shutdown the db.
    2. copy existing controlfile to another location and rename it
    2. specify full path name of the new control file in the init.ora
    4. startup the db.
    -
    To add redo log files:
    Use the command: 'alter database add logfile' command.

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