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

题目

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


相似考题

2.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.

更多“Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to th ”相关问题
  • 第1题:

    Merry Christmas, George! Here is a card for ________, with ________ best withes.

    A.you…your

    B.you…our

    C.us…our

    D.us…your


    参考答案:B

  • 第2题:

    以下程序的输出结果是_____。 include class object {private:int val; public:objec

    以下程序的输出结果是_____。

    include<iostream.h>

    class object

    { private:

    int val;

    public:

    object( ) ;

    object(int i) ;

    ~object( ) ;};

    object: :object( )

    { val=0;

    cout < < "Default constructor for object" < < endl;}

    object: :object(int i)

    { val=i;

    cout < < "Constructor for object" < < val < < endl;}

    object: :~object( )

    { cout < < "Destructor for object" < < val < < endl;}

    class container{ private:

    object one;

    object two;

    int data;

    public:

    container( ) ;

    container(int i,int j,int k) ;

    ~container( ) ;};

    container: :container( )

    { data=0;

    cout < < "Default constructor for container" < < endl;}

    container: :container(int i,int j,int k) :two(i) ,one(j)

    { data=k;

    cout < < "Constructor for container" < < endl;}

    container: :~container( )

    { cout < < "Destructor for container" < < endl;}

    void main( )

    { container anObj(5,6,10) ;}


    正确答案:Constructor for object6 Constructor for object5 Constructor for container Destructor for container Destructor for object5 Destructor for object6
    Constructor for object6 Constructor for object5 Constructor for container Destructor for container Destructor for object5 Destructor for object6 解析:C++语言中的构造函数和析构函数分别是在声明对象时和对象调用完毕后调用,本题中的调用就是这样成对出现的。

  • 第3题:

    AcustomerwantstopurchaseaWindows2003DataCenterEditionsystemtorunanapplication.TheapplicationbenefitsthemostbycachingavastamountofdatainRAMsotheuserdoesnothavetowaitfordiskI/Owhileediting.Processingissecondinimportance.Ifcostisnotanissue,whatmachinewillhavethebestperformance?()

    A.Useanx360running4MPprocessorswith16GBofRAM

    B.Useanx360running4DPprocessorswith16GBofRAM

    C.Useanx445running2DPprocessorswith64GBofRAM

    D.Useanx445running4DPprocessorswith64GBofRAM


    参考答案:D

  • 第4题:

    Youhavecreatedascriptintherecoverycatalogcalledbackup_database.Whichofthefollowingcommandswouldsuccessfullyexecutethatscript?()

    A.run{openscriptbackup_database;runscriptbackup_database}

    B.run{engagescriptbackup_database;}

    C.run{runscriptbackup_database;}

    D.Run{executescriptbackup_database;}

    E.Thenamebackup_databaseisaninvalidnameforanRMANscript.TryingtorunitfromRMAN wouldresultinanerror.


    参考答案:D

  • 第5题:

    Acustomerisbuying10newPower720serversandwillintegratethemintotheirexistingdatacenterwhich alsohastwoPower595sandfivePower750s,takingthetotalnumberofsystemsto17.Allcurrentlyinstalled systemsaremanagedbyasingleHMC.AllthemachineswillhavedualVIOServersforredundancy,and10 clientLPARs.Howcantheymanagethenewmachinesfortheleastcost?()

    A.PurchaseasecondHMCandusethistomanagethenewservers.

    B.ConnectallofthenewserverstotheexistingprivateHMCnetwork.

    C.ConfigureasecondprivatenetworkontheirexistingHMCforthenewservers.

    D.Connect9ofthenewserverstotheexistingHMCanduseIntegratedVirtualizationManageronthe10th.


    参考答案:B

  • 第6题:

    ( ) – Is Miss White __________ English teacher, Maria?

    – No, she teaches __________ geography.

    A.your;my

    B.you;mine

    C.you;us

    D.your;us


    正确答案:D