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: Oracle 8.1.7 RMAN

Re: Oracle 8.1.7 RMAN

From: Mihail Daskalov <mdaskalo_at_tlogica.com>
Date: 30 May 2002 09:17:06 -0700
Message-ID: <9f9e62ec.0205300817.458e079f@posting.google.com>


"Lanying & Manfred Chen.Fischer" <manfis_at_t-online.de> wrote in message news:<ad4rrn$ml$01$1_at_news.t-online.com>...
> Hello my dear friends,
>
> is there any chance to create a rman catalog without the help of command
> line modus?
>
> For example with the help of Oracle Enterprise Manager?
>
> Lanying Chen-Fischer

As far as I know it's not possible.
From EM you can register your database but you cannot create the catalog.
But it's very easy to create it from RMAN command line. just type:

rman catalog username/password_at_recovery_catalog_tns_alias create catalog;

If you need to do this from EM you can run it as a OS command job, e.g.

rman catalog username/password_at_recovery_catalog_tns_alias <<EOF create catalog;
EOF The you can create you backup configuration in which you can specify the recovery catalog, and after that register your database.

HTH,
Mihail Daskalov
Brainbench MVP for Oracle Administration www.brainbench.com Received on Thu May 30 2002 - 11:17:06 CDT

Original text of this message

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