D--Q

NO.58 The CATDBI2c database contains an Oracle Database 12c catalog schema owned by the rc12c user.
      The CATDB11  database contains an Oracle Database 11g 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@catdb12c
RMAN> IMPOST CATALOG rc11/pwdcat11gcatdb11 DBID=1423241;
What is the outcome of the import?
A.It fails because the target database and recovery catalog database are of different versions.
B.It succeeds and all global scripts in the rc11 catalog that have the same name as existing global scripts 
  in the RC12C catalog are automatically renamed.
C.It succeeds but the database is not automatically registered in the RC12C catalog.
D.It fails because RMAN is not connected to the target database with DBID=1423241.
Answer: B


NO.66 Examine the steps/operations performed during the RMAN backup operation by using Oracle Secure Backup (OSB):
1.Start the RMAN client by using the RMAN target / command. 
2.Start the RMAN client by using the OSB user.
3.RMAN creates the backup pieces.
4.Run the RMAN backup command with the sbt channels. 
5.OSB creates a backup job and assigns a unique identifier. 
6.OSB creates a backup job request through the OSB sbt library.
7.OSB stores metadata about RMAN backup pieces in the OSB catalog. 
8.OSB starts the backup operation.
9.OSB updates the RMAN catalog.
Identify the required steps/operations performed in correct order.
A.1, 4, 6, 5, 8, 3, 9
B.1, 6, 4, 5, 8, 3, 9
C.2, 4, 6, 5, 8, 3, 7
D.2, 4, 5, 8, 3, 7, 9
Answer: C




NO.69 Which three RMAN persistent settings can be set for a database?
A.backup retention policy
B.default backup device type
C.default section size for backups
D.default destinations for backups
E.multiple backup device types for a single backup
Answer: A,B,D
Reference:http://docs.oracle.com/cd/B19306_01/backup.102/b14192/setup004.htm#i10197 39




NO.71 You want to back up a database such that only formatted blocks are backed up.
 Which statement is true about this backup operation?
A.The backup must be performed in mount state.
B.The tablespace must betaken offline.
C.All files must be backed up as backup sets.
D.The database must be backed up as an image copy.
Answer: A




NO.72 RMAN is connected to the target database prod1 and an auxiliary instance in nomount state.
 Examine the command to create a duplicate database:
RMAN> DUPLICATE TARGET DATABASE TO dup1
FROM ACTIVE DATABASE
NO FILE NAME CHECK
PASSWORD FILE
SPFILE;
Which two statements are true about the execution of the duplicate command?
A.All archive redo log files are automatically copied to the duplicate database.
B.The duplicate database has the same directory structure as the source database.
C.The duplicate database is created by using the backups created during the execution of
D.the duplicate command.
E.The password file and SPFILE for theduplicate database dup1 are created in their respective default locations.
F.The duplicate database is created without using RMAN backups and prod1 is allowed to remain open during duplication.
Answer: A,F




NO.74 Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)?
A.Database Resident Connection Pooling
B.Oracle Suggested Backup Strategy
C.Database Vault in ORACLE_HOME
D.Non default block size tablespaces
E.Configure Label Security
Answer: D,E




NO.75 You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). 
You are connected to cdb$root as thesys user. You execute the commands:
SQL> CREATE USER C##ADMIN IDENTIFIED BY orcll23;
SQL> CREATE ROLE C##CONNECT;
SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT;
SQL> GRANT C##CONNECT to C##ADMIN CONTAINER=ALL;
 Which statement istrue about the c##connect role?
A.It is created only in cdb$root and cannot be granted to the c##admin user with the container=all clause.
B.It is granted to the c##admin user only in the CDB.
C.It is granted to the c##admin user in all PDBs and can be granted only to a local user in a PDB.
D.It is granted to the c##admin user in all PDBs and can be granted object and system privileges for a PDB.
Answer: C




NO.76 Your database is running in archivelog mode and Automatic Undo Management is enabled.
 Which two tasks should you perform before enabling Flashback Database?
A.Enable minimal supplemental logging.
B.Ensure that the db_flashback_retention_target parameter is set to a point in time (in minutes) to 
  which the database can be flashed back.
C.Enable the recyclebin.
D.Enable undo retention guarantee.
E.Enable Fast Recovery Area.
Answer: A,C




NO.77 You are administering a multitenant container database (CDB) cdb1
that is running in archivelog mode and contains pluggable databases (PDBs), pdb_1 and pdb_2.
While opening pdb_1, you get an error: 
SQL> alter pluggable database pdb_1 open;
ORA-011S7:can not identify/lock datafile11-see DBWR tracefile
ORA-01110:data file 11:'/u01/app/oracle/oradata/cdb1/pcb_1/example01.dbf'
To repair the failure, you open an RMAN session for the target database CDB$ROOT.
You execute the following as the first command:
RMAN>REPAIR FAILURE;
Which statement describes the consequence of the command?
A.The command performs the recovery and closes the failure.
B.The command produces an error because RMAN is not connected to the target database pdb_1.
C.The command produces an errorbecause the advise failure command was not executed before the REPAIRFAILUER command.
D.The command executes successfully, performs recovery, and opens PDB_1.
Answer: D




NO.79 Your multitenant container database (CDB) cdb1 that is running in archivelog mode contains 
two pluggable databases (PDBs), pdb2_1 and pdb2_2, both of which are open.
RMAN is connected to the target database pdb2_1.
RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
Which statement is true about the execution of this command to back up the database?
A.All data files belonging to pdb2_1 are backed up and all archive log files are deleted.
B.All data files belonging to pdb2_1 are backed up along with the archive log files.
C.Only the data files belonging to pdb2_ are backed up.
D.This command gives an error because archive log files can be backed up only when RMAN is connected to 
  the root database.
Answer: B

猜你喜欢

转载自blog.csdn.net/u012887743/article/details/80814675
Q A
q