Oracle 1z0-083 Exam Practice Questions (P. 5)
- Full Access (181 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
A user complains about poor database performance.
You want to verify if the user's session has waited for certain types of I/O activity.
Which view displays all waits waited on by a session at least once?
You want to verify if the user's session has waited for certain types of I/O activity.
Which view displays all waits waited on by a session at least once?
- AV$SESSION_EVENTMost Voted
- BV$SESSTAT
- CV$SESSION_WAIT
- DV$SESSION_WAIT_CLASS
- EV$SESSION
Correct Answer:
D
Reference:
https://docs.oracle.com/cd/E29597_01/server.1111/e16638/instance_tune.htm
D
Reference:
https://docs.oracle.com/cd/E29597_01/server.1111/e16638/instance_tune.htm
send
light_mode
delete
Question #22
Which two are true about gathering optimizer statistics? (Choose two.)
- AExecuting DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open PDBs except PDB$SEED.
- BExecuting DBMS_STATS.GATHER_DATABASE_STATS while connected to a PDB opened in read/write mode gathers object statistics for that PDB.Most Voted
- CExecuting DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics only in CDB$ROOT.Most Voted
- DSystem statistics can be gathered only while connected to CDB$ROOT.
- EExecuting DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open pluggable databases (PDBs)
Correct Answer:
CE
Reference:
https://docs.oracle.com/en/database/oracle/oracle-database/20/arpls/DBMS_STATS.html
CE
Reference:
https://docs.oracle.com/en/database/oracle/oracle-database/20/arpls/DBMS_STATS.html
send
light_mode
delete
Question #23
Examine this output:

Which two are true? (Choose two.)

Which two are true? (Choose two.)
- AAny PDB not specified in the plan will be unable to execute statements in parallel.Most Voted
- BPDB3 can use all available parallel execution processes at times.Most Voted
- CPDB1 is always limited to 40% of the available system resources regardless of demand.
- DAny PDB not specified in the plan will be able to use a maximum of 16.5% of the available system resources.
- EPDB3 is guaranteed to receive at least 20% of the available system resources if there is enough demand.
- FPDB2 is guaranteed at least 25% of the available parallel execution processes if there is enough demand.
Correct Answer:
AE
AE
send
light_mode
delete
Question #24
Which two are true about the execution of operating system scripts starting from Oracle Database 19c? (Choose two.)
- AorainstRoot.sh can be executed automatically by the Database installer by using sudo or root credentials.Most Voted
- Broot.sh can be executed automatically by the Database Installer only if it is provided with root credentials.
- CThe sudo password can be specified in a response file.
- Droot.sh can be executed automatically by the Database installer only by using sudo credentials.
- EThe sudo password must be specified in a response file.
- FThe root password cannot be specified in a response file.Most Voted
Correct Answer:
AF
AF

The correct understanding around executing OS scripts from Oracle Database 19c revolves around automation options and security practices. The script orainstRoot.sh can be automated by Oracle Universal Installer (OUI) using either sudo or root credentials, which caters to various system administration policies. Additionally, it’s crucial to note that specifying root or sudo passwords directly in a response file isn't allowed, enhancing security by requiring these sensitive credentials be supplied at runtime. This ensures that root passwords remain protected and are not exposed in configuration files.
send
light_mode
delete
Question #25
Automatic Shared Memory Management is disabled for one of your database instances.
Some SQL statements perform poorly due to excessive hard parse activity, thereby degrading performance.
What would be your next step?
Some SQL statements perform poorly due to excessive hard parse activity, thereby degrading performance.
What would be your next step?
- ARun the SQL Access Advisor.
- BRun the Memory Advisor for the shared pool.Most Voted
- CRun the SQL Tuning Advisor.
- DRun the Memory Advisor for the Program Global Area.
- ERun the Memory Advisor for the System Global Area.
Correct Answer:
B
B

The Memory Advisor for the shared pool is indeed the appropriate tool to address excessive hard parse activity that degrades performance. This advisor helps analyze and recommend optimal sizes for the shared pool, directly impacting how SQL statements are parsed and managed. When Automatic Shared Memory Management is disabled, focusing specifically on the shared pool to manage parse-related memory issues becomes crucial as manually adjusting memory allocations can directly improve parsing performance and reduce latch contention. Thus, using the Memory Advisor for the shared pool is a targeted action to mitigate the observed issue.
send
light_mode
delete
All Pages