nerdexam
Oracle

1Z0-067 · Question #184

The CATDBI2c database contains an Oracle Database 12c catalog schema owned by the rc12c user. The CATDB11 database contains an Oracle Database l1g catalog schema owned by the RCII user. A database…

The correct answer is A. It fails because the target database and recovery catalog database are of different versions. https://docs.oracle.com/database/121/RCMRF/rcmsynta026.htm#RCMRF198 The version of the source recovery catalog schema must be equal to the current version of the destination recovery catalog schema. If they are not equal, then upgrade the schemas to the

Upgrading to Oracle Database 12c

Question

The CATDBI2c database contains an Oracle Database 12c catalog schema owned by the rc12c user. The CATDB11 database contains an Oracle Database l1g catalog schema owned by the RCII user. A database with DBID=1423241 is registered in the CATDB11 catalog. Both the recovery catalog databases are open. In the CATDB12c database, you execute the commands:

Srman RMAN> CONNECT CATALOG rc12c/pass12c8catdbI2c RMAN> IMPOST CATALOG rc1l/pwdcatl19catdbl1 DBID=I423241; What is the outcome of the import?

Options

  • AIt fails because the target database and recovery catalog database are of different versions.
  • BIt succeeds and all global scripts in the sc:: catalog that have the same name as existing global
  • CIt succeeds but the database is not automatically registered in the Rc12c catalog.
  • DIt fails because RMAN is not connected to thetarget database with DBID=1423241.

How the community answered

(27 responses)
  • A
    74% (20)
  • B
    7% (2)
  • C
    15% (4)
  • D
    4% (1)

Explanation

https://docs.oracle.com/database/121/RCMRF/rcmsynta026.htm#RCMRF198 The version of the source recovery catalog schema must be equal to the current version of the destination recovery catalog schema. If they are not equal, then upgrade the schemas to the

Topics

#RMAN catalog import#cross-version catalog#IMPORT CATALOG#catalog upgrade

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice