Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle10g manual database cloning
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