Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how do I copy a control file ?

Re: how do I copy a control file ?

From: Bhooshan S. Prabhu <bhooshan.prabhu_at_citicorp.com>
Date: 3 Jun 2001 21:25:38 -0700
Message-ID: <2cf4efe2.0106032025.47ce495b@posting.google.com>

Hello,

  1. In the init<SID>.ora file for the source database, there should be an entry ifile=<....../config<SID>.ora.
  2. In the config.ora file, you should have an entry for user_dump_dest (udump)

The control file created with your "alter database backup..." command, should be in this directory.

Regards
Bhooshan

"Steve Jones" <strjon_at_swbell.net> wrote in message news:<vjyS6.278$MH3.5151_at_nnrp1.sbc.net>...
> Hi
> I'm an NT admin and know nothing about Oracle. Our dba is currently
> overseas and hard to reach. This guy says he wants to copy a database in
> Australia to Houston....so with an Oracle book I manage to setup a server
> (Oracle 8 on NT) and get an instance up and running. I imported tablespace,
> etc etc...made a submit.bat to automatically replicate the databases every
> morning, evening. Now person wants two database instances running on this
> machine...one for production one for testing. So, I created another
> instance. I copied all the datafiles from production instance to test
> instance. I also modified the init*.ora files properly. Now I'm unable to
> startup the test instance because I've messed up the controlfile (it can't
> start it). I did the "alter database backup controlfile to trace;"... This
> page on the web tells me that the trace file is located in the 'udump'
> directory and I have to modify it. However, those directions aren't
> explicit enough for me. Where would this trace file be ? What lines do I
> modify ? My oracle home is d:\oracle\ora81. Also, what's a good book for
> Oracle beginners ? This dba book is too advanced for me. Thanks for any
> help
Received on Sun Jun 03 2001 - 23:25:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US