单项选择题
You issued the following statement:
SQL>ALTER DATABASE ENABLE RESUMABLE TIMEOUT n;
What will be the result of issuing the above statement?()
A.The command will not execute successfully because TIMEOUT is an invalid clause with the ALTER DATABASE ENABLE RESUMABLE command.
B. The command will not execute successfully because resumable space allocation is enabled at the session level.
C. The command will execute successfully and resumable space will be allocated at the session level.
D. The command will execute successfully and resumable space will be allocated at the instance level.
相关考题
-
单项选择题
YouareaDBAofyourcompany.YoucreatedadatabasenamedSALESonanOracle10ginstance.YouhavedefinedanindexnamedINDEX1onthedatabasetablenamedINVENTORY.UsersarecomplainingthatqueriesaccessingtheINVENTORYtablearerunningslow.UponinvestigationyoudeterminethatthetablespacewheretheindexislocatedisexperiencinghighI/Oandyoudecidetorelocatetheindextoanothertablespace.Whichofthesewillbethebestwaytoaccomplishthisobjective?()
A. Rebuild the index.
B. Coalesce the index.
C. Drop and re-create the index in the new tablespace.
D. Relocate the index using the ALTER INDEX...MOVE statement. -
单项选择题
Inwhichscenariowillyoucreateahashcluster?()
A. when you want the data to be returned automatically in chronological order
B. if the application uses queries joining tables only occasionally
C. if the queries against the clustered table use the equality operator (=) to retrieve the desired row
D. if the full table scan is executed often on only one of the clustered tables -
单项选择题
Theperformanceofyourdatabaseisaffectedbythepresenceoftwologmembersineachonlineredologgroupandtheplacementofredologmembersofagrouponthesamedisk.Youdecidetoplacetheredologmembersofagrouponseparatedisks.Whichviewwillyouquerytofindthenameandlocationofalltheonlineredologmembers?()
A. V$LOG
B. V$LOGFILE
C. DBA_LOG_GROUPS
D. V$LOG_HISTORY
