多选题You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using S

题目
多选题
You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using STARTUP OPEN READ WRITE Which two statements are true about the outcome after running the script?()
A

The seed will be in mount state.

B

The seed will be opened read-only.

C

The seed will be opened read/write.

D

The other PDBs will be in mount state.

E

The other PDBs will be opened read-only.

F

The PDBs will be opened read/write.


相似考题
更多“多选题You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using S”相关问题
  • 第1题:

    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


    参考答案:B

  • 第2题:

    Which three statements are true about using flashback database in a multitenant container database(CDB)?()

    • A、The root container can be flashed back without flashing back the pluggable databases (PDBs).
    • B、To enable flashback database, the CDB must be mounted.
    • C、Individual PDBs can be flashed back without flashing back the entire cdb.
    • D、The DB_FLASHBACK RETENTION_TARGET parameter must be set to enable flashback of the cdb.
    • E、A CDB can be flashed back specifying the desired target point in time or an SCN, but not a restore point.

    正确答案:B,C,D

  • 第3题:

    Which two statements are true concerning the Resource Manager plans for individual pluggabledatabases (PDB plans) in a multitenant container database (CDB)?()

    • A、If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that pdb.
    • B、In a PDB plan, subplans may be used with up to eight consumer groups.
    • C、If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the cdb.
    • D、If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated.
    • E、If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.

    正确答案:A,B,C,D,E

  • 第4题:

    You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using STARTUP OPEN READ WRITE Which two statements are true about the outcome after running the script?()

    • A、The seed will be in mount state.
    • B、The seed will be opened read-only.
    • C、The seed will be opened read/write.
    • D、The other PDBs will be in mount state.
    • E、The other PDBs will be opened read-only.
    • F、The PDBs will be opened read/write.

    正确答案:B,D

  • 第5题:

    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?()

    • A、Only 1
    • B、Only 2
    • C、Only 3
    • D、3 and 1
    • E、1 and 2

    正确答案:C

  • 第6题:

    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?()

    • A、The CDB must be open.
    • B、The CDB must be in the mount stage.
    • C、The CDB must be in the nomount stage.
    • D、Alt existing PDBs must be closed.

    正确答案:A

  • 第7题:

    单选题
    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?()
    A

    The shutdown proceeds immediately. The shutdown proceeds as soon as all transactions in the PDBs are either committed or rolledhack.

    B

    The shutdown proceeds as soon as all transactions in the CDB are either committed or rolled back.

    C

    The shutdown proceeds as soon as all transactions in both the CDB and PDBs are either committed or rolled back.

    D

    The statement results in an error because there are open PDBs.


    正确答案: C
    解析: 暂无解析

  • 第8题:

    多选题
    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.


    正确答案: B,D
    解析: 暂无解析

  • 第9题:

    单选题
    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


    正确答案: D
    解析: 暂无解析

  • 第10题:

    多选题
    Which three resources might be prioritized between competing pluggable databases when creating amultitenant container database plan (CDB plan) using Oracle Database Resource Manager?()
    A

    Maximum Undo per consumer group

    B

    Maximum Idle time

    C

    Parallel server limit

    D

    CPU

    E

    Exadata I/O

    F

    Local file system I/O


    正确答案: B,F
    解析: 暂无解析

  • 第11题:

    单选题
    You are connected using SQL* Plus to a multitenant container database (CDB) with SYSDBA privilegesand execute the following sequence statements:What is the result of the last SET CONTAINER statement and why is it so?()
    A

    It succeeds because the PDB_ADMIN user has the required privileges.

    B

    It fails because common users are unable to use the SET CONTAINER statement.

    C

    It fails because local users are unable to use the SET CONTAINER statement.

    D

    If fails because the SET CONTAINER statement cannot be used with PDB$SEED as the target pluggable database (PDB).


    正确答案: D
    解析: 暂无解析

  • 第12题:

    多选题
    Which two statements are true concerning the Resource Manager plans for individual pluggabledatabases (PDB plans) in a multitenant container database (CDB)?()
    A

    If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that pdb.

    B

    In a PDB plan, subplans may be used with up to eight consumer groups.

    C

    If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the cdb.

    D

    If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated.

    E

    If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.


    正确答案: C,E
    解析: 暂无解析

  • 第13题:

    Identify two correct statements about multitenant architectures.()

    • A、Multitenant architecture can be deployed only in a Real Application Clusters (RAC) configuration.
    • B、Multiple pluggable databases (PDBs) share certain multitenant container database (CDB) resources.
    • C、Multiple CDBs share certain PDB resources.
    • D、Multiple non-RAC CDB instances can mount the same PDB as long as they are on the same server.
    • E、Patches are always applied at the CDB level.
    • F、A PDB can have a private undo tablespace.

    正确答案:B,E

  • 第14题:

    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?()

    • A、The shutdown proceeds immediately. The shutdown proceeds as soon as all transactions in the PDBs are either committed or rolledhack.
    • B、The shutdown proceeds as soon as all transactions in the CDB are either committed or rolled back.
    • C、The shutdown proceeds as soon as all transactions in both the CDB and PDBs are either committed or rolled back.
    • D、The statement results in an error because there are open PDBs.

    正确答案:B

  • 第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?()

    • 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

    正确答案:B

  • 第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?()

    • A、It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root only.
    • B、It fails and reports an error because the CONTAINER=ALL clause is not used.
    • C、It excludes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root and all PDBs.
    • D、It fails and reports an error because the CONTAINER=CURRENT clause is not used.
    • E、It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in all PDBs.

    正确答案:A

  • 第17题:

    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?()

    • A、It executes successfully and creates an UNDO tablespace in hr_pdb.
    • B、It falls and reports an error because there can be only one undo tablespace in a cdb.
    • C、It fails and reports an error because the CONTAINER=ALL clause is not specified in the command.
    • D、It fails and reports an error because the CONTAINER=CURRENT clause is not specified in the command.
    • E、It executes successfully but neither tablespace nor the data file is created.

    正确答案:E

  • 第18题:

    Which three resources might be prioritized between competing pluggable databases when creating amultitenant container database plan (CDB plan) using Oracle Database Resource Manager?()

    • A、Maximum Undo per consumer group
    • B、Maximum Idle time
    • C、Parallel server limit
    • D、CPU
    • E、Exadata I/O
    • F、Local file system I/O

    正确答案:C,D,F

  • 第19题:

    多选题
    Identify two correct statements about multitenant architectures.()
    A

    Multitenant architecture can be deployed only in a Real Application Clusters (RAC) configuration.

    B

    Multiple pluggable databases (PDBs) share certain multitenant container database (CDB) resources.

    C

    Multiple CDBs share certain PDB resources.

    D

    Multiple non-RAC CDB instances can mount the same PDB as long as they are on the same server.

    E

    Patches are always applied at the CDB level.

    F

    A PDB can have a private undo tablespace.


    正确答案: A,E
    解析: 暂无解析

  • 第20题:

    多选题
    You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using STARTUP OPEN READ WRITE Which two statements are true about the outcome after running the script?()
    A

    The seed will be in mount state.

    B

    The seed will be opened read-only.

    C

    The seed will be opened read/write.

    D

    The other PDBs will be in mount state.

    E

    The other PDBs will be opened read-only.

    F

    The PDBs will be opened read/write.


    正确答案: C,E
    解析: 暂无解析

  • 第21题:

    多选题
    Which three statements are true about using flashback database in a multitenant container database(CDB)?()
    A

    The root container can be flashed back without flashing back the pluggable databases (PDBs).

    B

    To enable flashback database, the CDB must be mounted.

    C

    Individual PDBs can be flashed back without flashing back the entire cdb.

    D

    The DB_FLASHBACK RETENTION_TARGET parameter must be set to enable flashback of the cdb.

    E

    A CDB can be flashed back specifying the desired target point in time or an SCN, but not a restore point.


    正确答案: D,E
    解析: 暂无解析

  • 第22题:

    多选题
    You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using STARTUP OPEN READ WRITE Which two statements are true about the outcome after running the script?()
    A

    The seed will be in mount state.

    B

    The seed will be opened read-only.

    C

    The seed will be opened read/write.

    D

    The other PDBs will be in mount state.

    E

    The other PDBs will be opened read-only.

    F

    The PDBs will be opened read/write.


    正确答案: E,B
    解析: 暂无解析

  • 第23题:

    单选题
    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?()
    A

    The CDB must be open.

    B

    The CDB must be in the mount stage.

    C

    The CDB must be in the nomount stage.

    D

    Alt existing PDBs must be closed.


    正确答案: C
    解析: 暂无解析

  • 第24题:

    多选题
    In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute the following commands in the root container: Which two statements are true?()
    A

    The C # # ROLE1 role is created in the root database and all the PDBs.

    B

    The C # # ROLE1 role is created only in the root database because the container clause is not used.

    C

    Privileges are granted to the C##A_ADMIN user only in the root database.

    D

    Privileges are granted to the C##A_ADMIN user in the root database and all PDBs.

    E

    The statement for granting a role to a user fails because the CONTAINER clause is not used.


    正确答案: E,B
    解析: 暂无解析