It executes successfully and creates an UNDO tablespace in hr_pdb.
It falls and reports an error because there can be only one undo tablespace in a cdb.
It fails and reports an error because the CONTAINER=ALL clause is not specified in the command.
It fails and reports an error because the CONTAINER=CURRENT clause is not specified in the command.
It executes successfully but neither tablespace nor the data file is created.
第1题:
Your multitenant container database (CDB) contains three pluggable database (PDBs). You find that the control file is damaged. You plan to use RMAN to recover the control file. There are no startup triggers associated with the PDBs.Which three steps should you perform to recover the control file and make the database fully operational?()
A. Mount the container database (CDB) and restore the control file from the control file auto backup.
B. Recover and open the CDB in NORMAL mode.
C. Mount the CDB and then recover and open the database, with the RESETLOGS option.
D. Open all the pluggable databases.
E. Recover each pluggable database.
F. Start the database instance in the nomount stage and restore the control file from control file auto backup.
第2题:
Your multitenant container (CDB) containing three pluggable databases (PDBs) is running in ARCHIVELOG mode. You find that the SYSAUX tablespace is corrupted in the root container.The steps to recover the tablespace are as follows:1. Mount the CDB.2. Close all the PDBs.3. Open the database.4. Apply the archive redo logs.5. Restore the data file.6. Take the SYSAUX tablespace offline.7. Place the SYSAUX tablespace online.8. Open all the PDBs with RESETLOGS.9. Open the database with RESETLOGS.10. Execute the command SHUTDOWN ABORT.Which option identifies the correct sequence to recover the SYSAUX tablespace?()
A.6,5,4,7
B.10,1,2,5,8
C.10,1,2,5,4,9,8
D.10,1,5,8,10
第3题:
You conned using SQL Plus to the root container of a multitenant container database (CDB) with SYSDBA privilege. The CDB has several pluggable databases (PDBs) open in the read/write mode. There are ongoing transactions in both the CDB and PDBs. What happens alter issuing the SHUTDOWN TRANSACTIONAL statement?()
第4题:
Your multitenant container database, CDB1, is running in ARCHIVELOG mode and has two pluggable databases, HR_PDB and ACCOUNTS_PDB. An RMAN backup exists for the database. You issue the command to open ACCOUNTS_PDB and find that the USERDATA.DBF data file for the default permanent tablespace USERDATA belonging to ACCOUNTS_PDB is corrupted. What should you do before executing the commands to restore and recover the data file in ACCOUNTS_PDB?()
第5题:
You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs). Examine the query and its output: Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file?()
第6题:
Your multitenant container database (CDB) contains pluggable databases (PDBs), you are connected to the HR_PDB. You execute the following command: SQL > CREATE UNDO TABLESPACE undotb01 DATAFILE ‘u01/oracle/rddb1/undotbs01.dbf’ SIZE 60M AUTOEXTEND ON; What is the result?()
第7题:
It executes successfully and creates an UNDO tablespace in hr_pdb.
It falls and reports an error because there can be only one undo tablespace in a cdb.
It fails and reports an error because the CONTAINER=ALL clause is not specified in the command.
It fails and reports an error because the CONTAINER=CURRENT clause is not specified in the command.
It executes successfully but neither tablespace nor the data file is created.
第8题:
It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root only.
It fails and reports an error because the CONTAINER=ALL clause is not used.
It excludes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root and all PDBs.
It fails and reports an error because the CONTAINER=CURRENT clause is not used.
It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in all PDBs.
第9题:
Schema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.
The C # # A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.
The command will, create a common user whose description is contained in the root and each pdb.
The schema for the common user C # # A_ADMIN can be different in each container.
The command will create a user in the root container only because the container clause is not used
第10题:
Only 1
Only 2
Only 3
3 and 1
1 and 2
第11题:
Data files that belong to only the root container
Data files that belong to the root container and all the pluggable databases (PDBs)
Data files that belong to only the root container and PDB$SEED
Data files that belong to the root container and all the PDBs excluding PDB$SEED
第12题:
The CDB must be open.
The CDB must be in the mount stage.
The CDB must be in the nomount stage.
Alt existing PDBs must be closed.
第13题:
Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN.Examine the following command and its output:You execute the following command:RMAN > BACKUP DATABASE PLUS ARCHIVELOG;Which data files will be backed up?()
A. Data files that belong to only the root container
B. Data files that belong to the root container and all the pluggable databases (PDBs)
C. Data files that belong to only the root container and PDB$SEED
D. Data files that belong to the root container and all the PDBs excluding PDB$SEED
第14题:
Your multitenant container database, CDB1, is running in ARCHIVELOG mode and has two pluggable databases, HR_PDB and ACCOUNTS_PDB. An RMAN backup exists for the database.You issue the command to open ACCOUNTS_PDB and find that the USERDATA.DBF data file for the default permanent tablespace USERDATA belonging to ACCOUNTS_PDB is corrupted.What should you do before executing the commands to restore and recover the data file in ACCOUNTS_PDB?()
A. Place CDB1 in the mount stage and then the USERDATA tablespace offline in ACCOUNTS_PDb.
B. Place CDB1 in the mount stage and issue the ALTER PLUGGABLE DATABASE accounts_pdb CLOSE IMMEDIATE command.
C. Issue the ALTER PLUGGABLE DATABASE accounts_pdb RESTRICTED command.
D. Take the USERDATA tablespace offline in ACCOUNTS_PDb.
第15题:
Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN. Examine the following command and its output: You execute the following command: RMAN > BACKUP DATABASE PLUS ARCHIVELOG; Which data files will be backed up?()
第16题:
In your multitenant container database (CDB) containing pluggable database (PDBs), you granted theCREATE TABLE privilege to the common user C # # A_ADMIN in root and all PDBs. You execute thefollowing command from the root container:SQL > REVOKE create table FROM C # # A_ADMIN;What is the result?()
第17题:
Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs. You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands: SQL > SHUTDOWN IMMEDIATE SQL > STARTUP MOUNT SQL > FLASHBACK DATABASE to TIME “TO_DATE (‘08/20/12’ , ‘MM/DD/YY’)”; Examine following commands: 1. ALTER PLUGGABLE DATABASE ALL OPEN; 2. ALTER DATABASE OPEN; 3. ALTER DATABASE OPEN RESETLOGS; Which command or commands should you execute next to allow updates to the flashback back schema?()
第18题:
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a new PDB by using SQL Developer. Which statement is true?()
第19题:
The shutdown proceeds immediately. The shutdown proceeds as soon as all transactions in the PDBs are either committed or rolledhack.
The shutdown proceeds as soon as all transactions in the CDB are either committed or rolled back.
The shutdown proceeds as soon as all transactions in both the CDB and PDBs are either committed or rolled back.
The statement results in an error because there are open PDBs.
第20题:
Place CDB1 in the mount stage and then the USERDATA tablespace offline in ACCOUNTS_PDb.
Place CDB1 in the mount stage and issue the ALTER PLUGGABLE DATABASE accounts_pdb CLOSE IMMEDIATE command.
Issue the ALTER PLUGGABLE DATABASE accounts_pdb RESTRICTED command.
Take the USERDATA tablespace offline in ACCOUNTS_PDb.
第21题:
6,5,4,7
10,1,2,5,8
10,1,2,5,4,9,8
10,1,5,8,10
第22题:
Place the root container in ARHCHIVELOG mode.
Take the user data tablespace offline.
Place the root container in the nomount stage.
Ensure that HR_PDB is open.
第23题:
6,5,4,7
10,1,2,5,8
10,1,2,5,4,9,8
10,1,5,8,10
第24题:
DB_CREATE_FILE_DEST
DB_CREATE_ONLINE_LOG_1
DB_CREATE_ONLINE_LOG_2
The directory is an operating system-specific default value in Oracle that can neigher be specified manually nor changed