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? ()
第1题:
You executed the following procedure to collect statistics regarding an index: SQL>ANALYZE INDEX EMP_ID VALIDATE STRUCTURE; Which view will you use to determine whether you need to rebuild the index or not?()
第2题:
You executed the following code: BEGIN DBMS_SCHEDULER.SET_ATTRIBUTE ( NAME => ’JOB_A’, ATTRIBUTE => ’JOB_PRIORITY’, VALUE => 7); END; / After analyzing the above code, what conclusion will you draw?()
第3题:
You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()
第4题:
The statement will be executed successfully, and a new time zone will be set for the database.
The statement will be executed successfully, but a new time zone will not be set for the database.
The statement will not be executed successfully because the SET TIME_ZONE clause can be used only with the ALTER SESSION statement.
The statement will not be executed successfully because the ALTER DATABASE SET TIME_ZONE statement is used only when the database contains no table with the TIMESTAMP TO LOCAL TIME ZONE column.
第5题:
Enable WPF tracing in the registry.Restart the application.
Enable tracing by modifying local Group Policy.Restart the application.
Open the XML configuration file for your application on the user's computer.Set tracing to a verbose level.Restart the application.
Open the XML configuration file for your application on the user's computer.Add a trace listener.Restart the application.
第6题:
Call the Invoke method of the delegate.
Call the BeginInvoke and EndInvoke methods of the delegate in the calling thread.
Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method in the callback method.
Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method of the delegate in the calling thread.
第7题:
INDEX_STATS
DBA_INDEXES
DBA_IND_COLUMNS
V$OBJECT_USAGE
第8题:
Before parameter form.
After parameter form.
Before report.
After report.
第9题:
Only the SET command must be within a RUN block.
All commands should be executed at the RMAN prompt.
All three commands must be within a single RUN block.
Only the RESTORE and RECOVER commands must be within a single RUN block.
第10题:
The statement will fail.
The statement will be executed successfully, and the new time zone will be set for the database.
The statement will be executed successfully, but the new time zone will be set for the current session.
The statement will be executed successfully, but the new time zone will neither be set for the database nor for a specific session.
第11题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第12题:
It must be executed from the Oracle Database 11g environment.
It must be executed only after the SYSAUX tablespace has been created.
It must be executed from the environment of the database that is being upgraded.
It must be executed only after AUTOEXTEND is set to ON for all existing tablespaces.
It must be executed from both the Oracle Database 11g and Oracle Database 9i environments.
第13题:
You executed the STARTUP MOUNT command to start your database. For which database operation do you need to start the database in the MOUNT state?()
第14题:
In which scenario will you create a hash cluster?()
第15题:
Which statement about using RMAN stored scripts is true?()
第16题:
renaming the control files
dropping a user in your database
enabling or disabling redo log archiving
dropping a tablespace in your database
re-creating the control files, after you lost all the control files in your database
第17题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第18题:
Because 4194304 is the granule size
Because 4194304 is the standard block size
Because 4194304 is the largest nonstandard block size defined in the database
Because 4194304 is the total size of data already available in the database buffer cache
第19题:
because 4194304 is the granule size
because 4194304 is the standard block size
because 4194304 is the largest nonstandard block size defined in the database
because 4194304 is the total size of data already available in the database buffer cache
第20题:
when you want the data to be returned automatically in chronological order
if the application uses queries joining tables only occasionally
if the queries against the clustered table use the equality operator (=) to retrieve the desired row
if the full table scan is executed often on only one of the clustered tables
第21题:
The code will be executed successfully.
The code will not be executed successfully because the value of the VALUE parameter must be 1, 2, or 3.
The code will not be executed successfully because the value of the VALUE parameter must range between 1 and 5.
The code will not be executed successfully because no SET_ATTRIBUTE procedure exists in the DBMS_SCHDULER package.
第22题:
if the application uses queries joining tables only occasionally
if the full table scan is executed often on only one table of the clustered tables
if the data for all the rows of a cluster key value exceeds one or two Oracle blocks
when you want the data to be returned automatically in the chronological order
第23题:
guarantee undo retention
add one more redo log group
size the redo log files appropriately
size the UNDO tablespace appropriately
size the SYSTEM tablespace appropriately
configure an appropriate undo retention interval
change automatic undo management to manual