单项选择题
Your database is running under automatic undo management and the UNDO_RETENTION parameter is set to 900 sec. You executed the following command to enable retention guarantee:
SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;
What effect would this statement have on the database?()
A.The extents in undo tablespace retain data until the next full database backup.
B.The extents containing committed data in the undo tablespace are never overwritten.
C.The extents which no longer contain uncommitted data in the undo tablespace are not overwritten for at least15 minutes.
D.The extents containing committed data in the undo tablespace are not overwritten until the instance is shut down.
相关考题
-
单项选择题
WhichstatementistruewhenyouruntheSQLTuningAdvisorwithlimitedscope?()
A.Access path analysis is not performed for the SQL statements.
B.SQL structure analysis is not performed for the SQL statements.
C.SQL Profile recommendations are not generated for the SQL statements.
D.The staleness and absence of the statistics are not checked for the objects in the query supplied to the SQL Tuning Advisor. -
多项选择题
Youplantousestaticdatabaseregistrationforanewlistenerwhenyoucreateit.Whatcouldbethetworeasonsforthis?()
A.More than one database is to be registered with the listener.
B.The users will connect the database by using the host naming method.
C.The Oracle Enterprise Manager is to be used to monitor an Oracle9i database.
D.The database that is to be registered with the listener is configured in shared server mode.
E.The listener is not configured on the default port of 1521 and the instance is not configured to register with a nondefault port. -
单项选择题
YouscheduledabackupbyusingtheScheduleBackupoptioninOracleEnterpriseManager.WhichstatementaboutthescriptcreatedbyOracleEnterpriseManageristrue?()
A.It is a SQL script.
B.It is a PL/SQL file.
C.It is an operating system (OS) file.
D.It is a Recovery Manager (RMAN) script
