The plan baselines are verified with the SQL profiles.
All fixed plan baselines are converted into nonfixed plan baselines.
All the nonaccepted SQL profiles are accepted into the plan baseline.
The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.
第1题:
A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.
The virtual private catalog owner cannot create and modify the stored scripts.
The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.
To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database.
第2题:
Complete Recovery with online redo log
Complete Recovery with archived redo log
Tablespace Point-in-Time Recovery (TSPITR)
Incomplete Recovery with system change number (SCN)
第3题:
Accent expansion
Canonical equivalence
Reverse secondary sorting
Ignorable characters
Character rearrangement
第4题:
All objects in the database
Tables owned by SYS and SYSTEM
Data dictionary tables
NCHAR columns
CHAR columns
第5题:
shutdown abort
shutdown kill
Shutdown nowait
shutdown immediate
shutdown halt
第6题:
It will create the tablespace TEMP1 in group G1.
It will create the tablespace TEMP1 in group G3.
It will not add the tablespace TEMP1 to any group.
It will create the tablespace TEMP1 in the default group.
第7题:
Create two custom ADDM tasks.
Modify the AWR snapshot time interval to two hours.
Create a new scheduler window for a time period of two hours.
Modify the Automatic Workload Repository (AWR) snapshot retention period to two hours.
第8题:
Cursor cache
Stored outline
SQL Tuning Set
Automatic Workload Repository (AWR) snapshots
第9题:
Backup compression should be enabled
Parallelism for the channel should be set to 2
All the files must be backed up as backup sets
The backup may be stored either on disk or on media with media manager
第10题:
One of the tables is recovered from the Recycle Bin using a First In First Out (FIFO) approach.
One of the tables is recovered from the Recycle Bin using a Last In First Out (LIFO) approach.
Both the tables are recovered from the Recycle Bin with one table renamed to MY_TABLE2 and the other to a system-generated name.
None of the tables are recovered from the Recycle Bin, and the statement returns an error.
第11题:
Define the POWER option while adding or removing the disks
Increase the number of ARB processes by setting up a higher value for ASM_POWER_LIMIT.
Increase the number of DBWR processes by setting up a higher value for DB_WRITER_PROCESSES
Increase the number of slave database writer processes by setting up a higher value for DBWR_IO_SLAVES
第12题:
only encryption and compression settings for all SecureFile LOBs
only encryption and deduplication settings for only SecureFile CLOBs
deduplication, encryption, and compression settings for all SecureFile LOBs
deduplication, encryption, and compression settings only for SecureFile CLOBs
第13题:
The database must have multiplexed redo log files
The database must be in the MOUNT state to execute the command
The database must be in the NOMOUNT state to execute the command
The database must be opened in RESTRICTED mode before this operation
The database must be opened with the RESETLOGS option after the flashback operation
第14题:
With alter database enable block change tracking
With alter system enable block change tracking
With an init.ora parameter change
With an spfile parameter change
第15题:
alter tablespace DAVE_TBS backup mode
alter tablespace DAVE_TBS start backup
alter tablespace DAVE_TBS begin backup
alter tablespace DAVE_TBS backup begin
alter tablespace DAVE_TBS backup
第16题:
The installation terminates with an error.
The installation proceeds with the default value without warnings and errors.
The installation proceeds with the default value but it would not be an OFA-compliant database.
The installation proceeds with the default value but a message would be generated in the alert log file.
第17题:
The plan baselines can be evolved over time to produce better performance.
The newly generated plans are directly placed into the SQL plan baseline without being verified.
The new SQL statements initially run with the plans that are known to produce good performance under standard test configuration.
The optimizer does not generate new plans for the SQL statements for which the SQL plan baseline has been imported.
第18题:
Schedule objects
Program arguments
Job classes
Job arguments
All of the above
第19题:
Create both jobs by using events raised by the scheduler
Create both jobs by using events raised by the application
Create a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the scheduler
Create a job to rebuild indexes by using events arised by the Scheduler and then create another job to perform bulk load by using events raised by the application
第20题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第21题:
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.
第22题:
the SQL text SQL
the execution plan
the execution context
the execution frequency
the system change number (SCN)
第23题:
2, 4, 3
1, 4, 3, 2
2, 5, 4, 3, 6
5, 2, 4, 3, 6
1, 5, 4, 3, 6, 2
第24题:
The optimizer adds the new plan to the plan history.
The optimizer selects the new plan for the execution of the SQL statement.
The optimizer adds the new plan to the SQL plan baseline as an accepted plan.
The optimizer adds the new plan to the SQL plan baseline but not in the ENABLED state.
The optimizer costs each of the accepted plans in the SQL plan baseline and picks the one with the lowest cost.