多项选择题
You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace:
RMAN> BACKUP TABLESPACE DETTBS;
Under which conditions would this command execute successfully? ()
A.The database is in NOMOUNT state.
B.The database is in ARCHIVELOG mode and the tablespace is online.
C.The database is in ARCHIVELOG mode and the tablespace is offline.
D.The database is in NOARCHIVELOG mode and the tablespace is online.
E.The database is in NOARCHIVELOG mode and the tablespace is offline.
相关考题
-
多项选择题
YouhavesetthevalueoftheNLS_TIMESTAMP_TZ_FORMATparameterintheparameterfiletoYYYYMMDD.Thedefaultformatofwhichtwodatatypeswouldbeaffectedbythissetting?()
A.DATE
B.TIMESTAMP
C.INTERVAL YEAR TO MONTH
D.INTERVAL DAY TO SECOND
E.TIMESTAMP WITH LOCAL TIME ZONE -
单项选择题
Youexecutethefollowingcommandtoenableasessioninresumablemode:SQL>ALTERSESSIONENABLERESUMABLETIMEOUT60Whatistheimpactofatimeoutonthestatementsbeingsuspended?()
A.The statements remain suspended for at least 60 seconds.
B.The statements are suspended for 60 seconds and then they are executed.
C.The suspended statements error out if the problem is not rectified within 60 seconds.
D.The statements are automatically suspended 60 seconds after an error is received, and then attempt to execute normally again. -
单项选择题
You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users. Which step must be performed before you can start using the resource plan?()
A.assign users to consumer groups
B.set the resource plan for the instance
C.configure a simple resource plan and specify plan directives
D.configure a complex resource plan and specify plan directives
