Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN register database problem ...
Janardhana,
Make sure your ORACLS_SID is set to the target instance before you execute = rman. =20
Let me know if this works.
...JIM...
>>> jbdonga_at_ucdavis.edu 4/28/00 2:06:43 PM >>>
Dear list members,
I have created a catalog database name : rcat, Connect string: fis_test_rca=
t.
The test database Name : rtest, Connect String: fis_test_rtest.
Both are Oracle 8.1.5 databases(64 bit) residing on the same box(HP-UX =
11.0).
I have created user rman/rman in "rcat" database with default tablespace=20=
rcvcat_ts and granted recovery_catalog_owner to rman, also granted =
connect,=20
resource to rman.
I have created recovery catalog as follows: $ rman (rman log=3Dcreate_rman.log is not working, it simply hangs) RMAN> connect catalog rman/rman_at_fis_test_rcat RMAN> create catalog tablespace rcvcat_ts;
Now, I need to register "rtest" database in "rcat".
When I issue the command suggested in the manual:
$ rman target / catalog rman/rman_at_fis_test_rcat , I get the following =
messages.
RMAN-06005 Connected to target database: RCAT(DBID: 166860994)
RMAN-06008 Connected to recovery catalog database.
RMAN>
My target database is RTEST and not RCAT. The above stmt at RMAN-06005 =
says=20
my target database is RCAT. I tried many ways to connect both target=20
database and catalog database inorder to register the target database=20
"RTEST" in catalog database "RCAT". But none of the stmts are connecting =
to=20
the target database.
How can I register the target database "RTEST" in catalog database "RCAT"? Any help is appreciated.
Thanks,
-- Janardhana Babu
-- Author: Janardhana Babu INET: jbdonga_at_ucdavis.edu=20 Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). --=20 Author: Janardhana Babu INET: jbdonga_at_ucdavis.edu=20 Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You mayReceived on Fri Apr 28 2000 - 16:10:32 CDT