itgle.com

Which statement is true concerning dropping a pluggable database (PDB)?()A. The PDB must be open in read-only mode.B. The PDB must be in mount state.C. The PDB must be unplugged.D. The PDB data files are always removed from disk.E. A dropped PDB can never

题目
Which statement is true concerning dropping a pluggable database (PDB)?()

A. The PDB must be open in read-only mode.

B. The PDB must be in mount state.

C. The PDB must be unplugged.

D. The PDB data files are always removed from disk.

E. A dropped PDB can never be plugged back into a multitenant container database (CDB).


相似考题

4.You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.You want to enable the server in Sydney to connect to the mainframe. database. What should you do?A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.B.Modify the workflow in the DTS package so that the server in Sydney is included.C.On the server in Sydney, install an OLE DB provider for the mainframe. database.D.On the server in Sydney, delete and then re-create the DTS package.

更多“Which statement is true concerning dropping a pluggable database (PDB)?() ”相关问题
  • 第1题:

    What are four capabilities of the mysql client program?()

    A.Creating, dropping, and modifying tables and indexes

    B.Initiating a binary backup of the database by using the START BACKUP command

    C.Displaying replication status information

    D.Shutting down the server by using the SHUTDOWN command

    E.Creating and dropping databases

    F.Creating and administering users


    参考答案:A, C, E, F

  • 第2题:

    Which two statements regarding JUNOS architecture are correct?()

    A.The Routing Engine handles all exception traffic.

    B.The Routing Engine synchronizes the route table with the PFE

    C.The Routing Engine is hot-pluggable.

    D.The Routing Engine controls the PFE


    参考答案:C, D

  • 第3题:

    John complained to the bookseller that there were several pages?in the dictionary.

    A.lacking
    B.losing
    C.missing
    D.dropping

    答案:C
    解析:
    【考情点拨】考查形容词词义辨析。
    【应试指导】句意:约翰向书店老板投诉,说字典中缺少了好几页。missing意为“缺失的”,符合题意。lacking缺乏的;losing失败的;dropping掉落的。

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

    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.


    参考答案:D

  • 第5题:

    The speech which he made __________ the project has bothered me greatly.

    A) being concerned        B) concerned      C) be concerned        D) concerning

     


    D



    The speech concerning ……有关……的讲座

  • 第6题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口