多项选择题
You require the Oracle server to manage the undo segments and space among various active sessions automatically. You created an undo tablespace, UNDO_TBS1, in your database. Which two additional steps would you perform to achieve this?()
A.Set the UNDO_RETENTION parameter to 900 or more.
B.Create an initial undo segment in the undo tablespace.
C.Enable the retention guarantee for the undo tablespace.
D.Set the UNDO_TABLESPACE parameter to UNDO_TBS1.
E.Set the UNDO_MANAGEMENT initialization parameter to AUTO.
相关考题
-
单项选择题
WhatistheimplicationofsettingtheinitializationparameterFAST_START_MTTR_TARGETto0inyourdatabase?()
A.MTTR Advisor would be disabled.
B.Redo Log Advisor would be disabled.
C.Automatic tuning of checkpoint would be disabled.
D.Checkpoint information would not be written to the alert log file. -
单项选择题
YouhavetoshutdownthedatabaseinstancewiththeABORToptionbecauseofahardwarefailure.Whichstatementistrueaboutthesubsequentopeningofthedatabase?()
A.The database would open normally.
B.The database would not open, and it would stop at mount stage.
C.The database would open after automatically performing instance recovery.
D.The database would not open, and you have to perform database recovery to open it. -
多项选择题
WhichtwooperationscanbeflashedbackusingtheFlashbacktechnology?()
A.DROP USER SMITH;
B.DROP TABLE EMPLOYEES;
C.DROP TABLESPACE USERS;
D.ALTER TABLE SALES_REP DROP PARTITION P1;
E.ALTER TABLE EMPLOYEES DROP COLUMN DESIG_ID;
