Databases Reference
In-Depth Information
Now, let's follow the previous procedure and let's have our environment registered
against the recovery catalog.
In the above demonstration, when trying to connect to the target database,
an RMAN-06004 error shows up, the reason for this is that the database has not been
registered yet against this repository.
It is important to note that the database to be registered has a unique database id,
this information can be taken out of the V$DATABASE dynamic view.
SQL> select name, dbid from v$database;
NAME DBID
--------- ----------
ORCL 1196669688
 
Search WWH ::




Custom Search