Reduced logical I/O
Reduced virtual memory utilization
Improved parallel Execution performance
Improved Serial Execution performance
Reduced physical I/O
Reduced CPU utilization
第1题:
A. Reduced logical I/O
B. Reduced virtual memory utilization
C. Improved parallel Execution performance
D. Improved Serial Execution performance
E. Reduced physical I/O
F. Reduced CPU utilization
第2题:
You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process, you execute the following script: SQL>@utlu111i.sql Which statement about the execution of this script is true?()
第3题:
You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process,you execute the following script: SQL>@utlu111i.sql Which statement about the execution of this script is true?()
第4题:
Which three statements are true about Oracle Data Pump export and import operations?()
第5题:
Examine the parameters for your database instance: Which three statements are true about the process of automatic optimization by using cardinality feedback?()
第6题:
Which three statements are true when the listener handles connection requests to an Oracle 12cdatabase instance with multithreaded architecture enabled In UNIX?()
第7题:
Every SQL statement in the STS is considered only once for execution
The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics
The execution plan and execution statistics are computed for each SQL statement in the STS
The effects of DDL and DML are considered to produce the execution plan and execution statistics
第8题:
Even with resumable space allocation enabled for your database, you can disable resumable space allocation for a single session.
A resumable statement is suspended only if an out of space error occurs.
When a resumable statement is suspended, the transaction that contains the statement is also suspended.
A resumable statement can only be suspended and resumed once during the execution of the statement.
You can query the V$SESSION_WAIT dynamic performance view to identify the statements that are suspended for a session
第9题:
You can detach from a data pump export job and reattach later.
Data pump uses parallel execution server processes to implement parallel import.
Data pump import requires the import file to be in a directory owned by the oracle owner.
The master table is the last object to be exported by the data pump.
You can detach from a data pump import job and reattach later.
第10题:
SWITCH_TIME
SWITCH_GROUP
MAX_SESS_POOL
SWITCH_ESTIMATE
第11题:
The optimizer automatically changes a plan during subsequent execution of a SQL statement if there is a huge difference in optimizer estimates and execution statistics.
The optimizer can re optimize a query only once using cardinality feedback.
The optimizer enables monitoring for cardinality feedback after the first execution of a query.
The optimizer does not monitor cardinality feedback if dynamic sampling and multicolumn statistics are enabled.
After the optimizer identifies a query as a re-optimization candidate, statistics collected by the collectors are submitted to the optimizer.
第12题:
Every SQL statement in the STS is considered only once for execution.
The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics.
The execution plan and execution statistics are computed for each SQL statement in the STS.
The effects of DDL and DML are considered to produce the execution plan and execution statistics.
第13题:
Which three are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12cwhen it is enabled?()
第14题:
In an Oracle 10g database, the in-memory statistics are gathered at regular intervals and used to perform growth-trend analysis and capacity planning of the database. Which component stores these statistics?()
第15题:
You have three databases, FINDB, PAYDB and ADMINDB, located in Sydney, Tokyo and Singapore respectively. You want to perform administrative tasks which include starting up and shutting down the databases, creating and managing tablespaces and database users, and taking regular backups, for all of the three databases from London. Which component must be enabled and running on each host machine to achieve your objective?()
第16题:
You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()
第17题:
You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set?()
第18题:
Which three resources might be prioritized between competing pluggable databases when creating amultitenant container database plan (CDB plan) using Oracle Database Resource Manager?()
第19题:
TCP
Task
Monitor
Dispatcher
Shared Server
Shutdown address
第20题:
Each segment contains one or more extents.
Multiple tablespaces can share a single data file.
A data block is the smallest unit of input/output (I/O) in data files.
It is possible to have tablespaces of different block sizes in a database.
Each data block in the database always corresponds to one operating system block.
第21题:
Thread creation must be routed through a dispatcher process
The local listener may spawn a now process and have that new process create a thread
Each Oracle process runs an SCMN thread.
Each multithreaded Oracle process has an SCMN thread.
The local listener may pass the request to an existing process which in turn will create a thread.
第22题:
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.
第23题:
enables Oracle database to schedule which processes execute on which processors in a multiple CPU environment
enables Oracle database to do patches according to a DBA-defined schedule
enables you to schedule the execution of jobs based on time
enables you to execute jobs in a clustered environment
enables you to periodically execute operating systemscript files located on the same server as the database
enables you to create a job that makes use of saved programs and schedules
enables you to automate the management of the jobs that are created using the DBMS_JOB package