RMAN-06733: database unregistered from the recovery catalog

Answers were Sorted based on User's Feedback



RMAN-06733: database unregistered from the recovery catalog..

Answer / guest

Cause: informational message

Action: no action required

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

RMAN-06733: database unregistered from the recovery catalog..

Answer / jay

Make sure you register the database to the catalog.

RMAN> create catalog;
--> output: "recovery catalog created"
RMAN>connect target /
RMAN> register database;
--> output: database registered in recovery catalog
starting full resync of recovery catalog
full resync complete

RMAN>exit

works in 10gR2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

LCD-00206: positional parameter entered after keyword [string]

1 Answers  


RMAN-06050: archive log thread number sequence number is already on disk as file string

1 Answers  


ORA-23451: flavor string already defined for object group "string"."string"

1 Answers  


IMP-00019: row rejected due to ORACLE error number

1 Answers  


LPX-00323: illegal apply-imports because of no current template: ~s

1 Answers  


SQL*Loader-00405: Need termination delim with optional enclosure delim: column string table string

1 Answers  


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

1 Answers  


ORA-30352: inconsistent numeric precision or string length

1 Answers  


ORA-12084: must use ALTER MATERIALIZED VIEW to alter "string"."string"

1 Answers  


ORA-27415: repeat interval must start with the FREQ= clause

1 Answers  


ORA-24043: destination string uses a reserved name, names with AQ$_ prefix are not valid

1 Answers  


SQL*Loader-00294: invalid name % specified in TREAT AS clause

1 Answers  


Categories