Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle10g manual database cloning
On Mon, 10 Apr 2006 15:20:44 -0700, 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.
RMAN is the utility to use. RMAN rocks and is manual enough.
-- http://www.mgogala.comReceived on Mon Apr 10 2006 - 23:53:50 CDT