Which two actions can cause invalidation or loss of one or more results in the SQL Query Result Cache?
Which three statements are true about using the in Memory (IM) column store?
Which statement is true about DB time in V$$YS_TIME_MODEL?
Examine this code block, which executes successfully:
DBMS_SERVER_ALERT. SET_THRESHOLD (
DBMS_SERVER_ALERT.CPU_TIME_PER_CALL, DBMS_SERVER_ALERT. OPERATOR_GE, '8000',
DBMS_SERVER_ALERT.OPERATOR_GE, '10000', 1, 2, 'inst1',
DBMS_SERVER_ALERT.OBJECT_TYPE_SERVICE, 'main.regress.rdbms.dev.us.example.com') ;
What will happen?
Which two statements are true about session wait information contained in v$session or v$session_wait?
Which two statements are true about space usage in temporary tablespaces?
Buffer cache access is too frequent when querying the SALES table. Examine this command which executes successfully:
ALTER TABLE SALES SHRINK SPACE;
For which access method does query performance on sales improve?
You must produce a consolidated formatted trace file by combining all trace files generated by all clients for a single service.
Which combination of utilities does this?
The CURS0R_SHARING and OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES parameters are set to default. The top five wait events in an awr report are due to a large number of hard parses because of several almost identical SQL statements.
Which two actions could reduce the number of hard parses?
Which two Oracle Database features use database services?
SGA_TARGET and PGA_AGGREGATE_TARGET are configured to nonzero values.
MEMORY_target is then set to a nonzero value but memory_MAX_TARG£T is not set.
Which two statements are true?
A)
B)
C)
D)
E)
F)
G)
You need to transport performance data from a Standard Edition to an Enterprise Edition database. What is the recommended method to do this?
Which three statements are true about tuning dimensions and details of v$sys_time_model and DB time?
Which two options are part of a Soft Parse operation?
A database instance is suffering poor I/O performance on two frequently accessed large tables.
No Big Table caching occurs in the database.
Examine these parameter settings:
Which are two actions either one of which will allow Big Table caching to occur?
Which two statements are true about the use and monitoring of Buffer Cache Hit ratios and their value in tuning Database I/O performance?