The CATDB12C database contains an Oracle Database 12c catalog schema owned by the rci2c user. The CATD3H database contains an Oracle Database Ug catalog schema owned by the rch user.
A database with dbid=H2324I is registered in the catdbII catalog. Both the recovery catalog databases are open.
In the CATD3i2c database, you execute the commands:
: r-ar.
RKAN> CONNECT CATALOG rci2c/passI2c@catdbi2c
RKAN> IMPORT CATALOG rcii/pwdcatUQcatdfoil DBI2=142324i; What is the outcome of the import?
Correct Answer:
B
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 RC11 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/pass12c@catdbI2c
RMAN> IMPOST CATALOG rc1l/pwdcatl11@catdbl1 DBID=I423241; What is the outcome of the import?
Correct Answer:
A
The version of the source recovery catalog schema must be equal to the current version of the destination recovery catalog schem
A. If they are not equal, then upgrade the schemas to the same version.
https://docs.oracle.com/database/121/RCMRF/rcmsynta026.htm#RCMRF198
In which situation can you use Flashback Database?
Correct Answer:
D
TO BEFORE RESETLOGS Returns the database to its state including all changes up to the SCN of the most recent OPEN RESETLOGS. Note: FLASHBACK DATABASE can only return the database to a point before the most recent OPEN RESETLOGS operation if your database has been upgraded to Oracle Database 10g Release 2 or later. http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta023.htm#RCMRF194
Your database instance is started using an SPFILE. You are connected to cdb$root, as a DB
Correct Answer:
AD
When the STATISTICS_LEVEL parameter is modified by ALTER SYSTEM, all advisories or statistics are dynamically turned on or off, depending on the new value of STATISTICS_LEVEL. When modified by ALTER SESSION, the following advisories or statistics are turned on or off in the local session only.
Their system-wide state is not changed.
You want to perform an RMAN backup of database as a copy. Which two factors will you consider while performing the backup operation?
Correct Answer:
AD