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: oracle10g manual database cloning

Re: oracle10g manual database cloning

From: Brian Peasland <oracle_dba_at_nospam.peasland.net>
Date: Mon, 10 Apr 2006 23:45:48 GMT
Message-ID: <IxJ60L.7E7@igsrsparc2.er.usgs.gov>


Angsql wrote:
> Hi Gurus,
>
> I have cloned oracle10g database by manual method.
>
> Steps
> 1. edit trace file (save clone.sql)
> 2) edit init.ora for clone DB.
> 3) copy the datafiles,controls to respective locations.
> 4) startup nomount
> 5) sql>@clone.sql
> 6) sql> recover database using backup controlfile until cancel;
>
> NOW, How do I configure dbconsole for my clone DB? So I can monitor the
> DB from web and also use isql.
>
> Thank you
> AR
>

With your environment properly set (ORACLE_HOME, PATH, ORACLE_SID, etc...you must have ORACLE_SID set correctly!) type the following:

emctl config dbconsole

The utility will ask you questions, like your LISTENER's port. Once you've answered all of the questions and confirmed the results, the emctl utility will set up dbconsole for you.

Also, you can just type 'emctl' at the command prompt to get a list of command and options for this utility.

HTH,
Brian

-- 
===================================================================

Brian Peasland
oracle_dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Mon Apr 10 2006 - 18:45:48 CDT

Original text of this message

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