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: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 11 Apr 2006 11:37:21 -0700
Message-ID: <1144780641.102655.238150@j33g2000cwa.googlegroups.com>


Matthias Hoys wrote:
> "Brian Peasland" <oracle_dba_at_nospam.peasland.net> wrote in message
> news:IxKAsL.8tw_at_igsrsparc2.er.usgs.gov...
> >>> 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.
> >>
> >
> > RMAN will configure dbconsole?
> >
> > Cheers,
> > Brian
> >
>
> I once ordered a pizza from RMAN but it never arrived :-)

Here you go!

rman << EOF
connect target user/password_at_servicename host 'emctl configure dbconsole';
host 'echo "rman deliver pizza please"'; exit;
EOF rman deliver pizza please
host command complete Received on Tue Apr 11 2006 - 13:37:21 CDT

Original text of this message

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