Oracle Database 19c: Performance Management and Tuning Questions and Answers
Which three statements are true about server-generated alerts?
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)
Examine this command:
What is the maximum number of baselines generated by this command that you can have at any given time?
Users complain about slowness and session interruptions. Additional checks reveal the following error in the application log:
Which file has additional information about this error?
Which statement is true about DB time in V$$YS_TIME_MODEL?
Which two actions can cause invalidation or loss of one or more results in the SQL Query Result Cache?
For which two actions can SQL Performance Analyzer be used to assess the impact of changes to SQL
performance?
Which two statements are true about space usage in temporary tablespaces?
You need to collect and aggregate statistics for the ACCTG service and PAYROLL module, and execute:
Where do you find the output of this command?
You execute the following:
EXECUTE DBMS_AuTO_TASK_ADMIN.DISABLE;
Which advisor remains enabled?
Multiple sessions are inserting data concurrently into a table that has an LOB column.
At some point in time, one of the sessions cannot find available space in the LOB segment and needs to allocate a new extent.
Which wait event will be raised in the other sessions that need space in the LOB column?
During which application lifecycle phase do you take baselines?
18. The application provider has given full indications regarding the procedure to collect statistics.
To reduce the space used in the SYSAUX tablespace, you want to prevent the optimizer statistics Advisor from running.
Which method will allow you to do this?
Which two Oracle Database features use database services?
Examine these commands, which execute successfully:
Which statement is true?
This error occurred more than four hours ago in the database:
ORA-04036 PGA memory used by theinstance exceedsPGA_AGGREGATE_LIMIT
You want to know which process and query were at fault.
Which two views should you use for this purpose?