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
第1题:
A.you…your
B.you…our
C.us…our
D.us…your
第2题:
以下程序的输出结果是_____。
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) ;}
第3题:
AcustomerwantstopurchaseaWindows2003DataCenterEditionsystemtorunanapplication.TheapplicationbenefitsthemostbycachingavastamountofdatainRAMsotheuserdoesnothavetowaitfordiskI/Owhileediting.Processingissecondinimportance.Ifcostisnotanissue,whatmachinewillhavethebestperformance?()
A.Useanx360running4MPprocessorswith16GBofRAM
B.Useanx360running4DPprocessorswith16GBofRAM
C.Useanx445running2DPprocessorswith64GBofRAM
D.Useanx445running4DPprocessorswith64GBofRAM
第4题:
A.run{openscriptbackup_database;runscriptbackup_database}
B.run{engagescriptbackup_database;}
C.run{runscriptbackup_database;}
D.Run{executescriptbackup_database;}
E.Thenamebackup_databaseisaninvalidnameforanRMANscript.TryingtorunitfromRMAN wouldresultinanerror.
第5题:
Acustomerisbuying10newPower720serversandwillintegratethemintotheirexistingdatacenterwhich alsohastwoPower595sandfivePower750s,takingthetotalnumberofsystemsto17.Allcurrentlyinstalled systemsaremanagedbyasingleHMC.AllthemachineswillhavedualVIOServersforredundancy,and10 clientLPARs.Howcantheymanagethenewmachinesfortheleastcost?()
A.PurchaseasecondHMCandusethistomanagethenewservers.
B.ConnectallofthenewserverstotheexistingprivateHMCnetwork.
C.ConfigureasecondprivatenetworkontheirexistingHMCforthenewservers.
D.Connect9ofthenewserverstotheexistingHMCanduseIntegratedVirtualizationManageronthe10th.
第6题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us