Oracle 1z0-062 Exam Practice Questions (P. 2)
- Full Access (382 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 #11
Which three statements are true about a job chain? (Choose three.)
- AIt can contain a nested chain of jobs.
- BIt can be used to implement dependency-based scheduling.
- CIt cannot invoke the same program or nested chain in multiple steps in the chain.
- DIt cannot have more than one dependency.
- EIt can be executed using event-based or time-based schedules.
Correct Answer:
ABE
References:
ABE
References:
send
light_mode
delete
Question #12
The HR user receives the following error while inserting data into the sales table:

On investigation, you find that the users tablespace uses Automatic Segment Space Management (ASSM). It is the default tablespace for the HR user with an unlimited quota on it.
Which two methods would you use to resolve this error? (Choose two.)

On investigation, you find that the users tablespace uses Automatic Segment Space Management (ASSM). It is the default tablespace for the HR user with an unlimited quota on it.
Which two methods would you use to resolve this error? (Choose two.)
- AAltering the data file associated with the USERS tablespace to extend automatically
- BAdding a data file to the USERS tablespace
- CChanging segment space management for the USERS tablespace to manual
- DCreating a new tablespace with autoextend enabled and changing the default tablespace of the HR user to the new tablespace
- EEnabling resumable space allocation by setting the RESUMABLE_TIMEOUT parameter to a nonzero value
Correct Answer:
AB
AB
send
light_mode
delete
Question #13
Which three factors influence the optimizer's choice of an execution plan? (Choose three.)
- Athe optimizer_mode initialization parameter
- Boperating system (OS) statistics
- Ccardinality estimates
- Dobject statistics in the data dictionary
- Efixed baselines
Correct Answer:
ACD
References:
ACD
References:
send
light_mode
delete
Question #14
Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.

Which two statements are true? (Choose two.)

Which two statements are true? (Choose two.)
- AAn attempt to start a new session by a user belonging to DSS_QUERIES fails with an error.
- BAn attempt to start a new session by a user belonging to OTHER_GROUPS fails with an error.
- CThe CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited for the CPU due to resource management.
- DThe CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited for the CPU due to I/O waits and latch or enqueue contention.
- EA user belonging to the DSS__QUERIES resource consumer group can create a new session but the session will be queued.
Correct Answer:
CE
CE
send
light_mode
delete
Question #15
Which action takes place when a file checkpoint occurs?
- AThe checkpoint position is advanced in the checkpoint queue.
- BAll buffers for a checkpointed file that were modified before a specific SCN are written to disk by DBWn and the SCN is stored in the control file.
- CThe Database Writer process (DBWn) writes all dirty buffers in the buffer cache to data files.
- DThe Log Writer process (LGWR) writes all redo entries in the log buffer to online redo log files.
Correct Answer:
B
B
send
light_mode
delete
Question #16
Examine the structure of the sales table, which is stored in a locally managed tablespace with Automatic Segment Space Management (ASSM) enabled.

You want to perform online segment shrink to reclaim fragmented free space below the high water mark.
What should you ensure before the start of the operation?

You want to perform online segment shrink to reclaim fragmented free space below the high water mark.
What should you ensure before the start of the operation?
- ARow movement is enabled.
- BReferential integrity constraints for the table are disabled.
- CNo queries are running on this table.
- DExtra disk space equivalent to the size of the segment is available in the tablespace.
- ENo pending transaction exists on the table.
Correct Answer:
A
A
send
light_mode
delete
Question #17
Which task would you recommend before using the Database Upgrade Assistant (DBUA) to upgrade a single-instance Oracle 11g R2 database to Oracle
Database 12c?
Database 12c?
- Ashutting down the database instance that is being upgraded
- Bexecuting the catctl.pl script to run the upgrade processes in parallel
- Crunning the Pre-Upgrade Information Tool
- Dcopying the listener.ora file to the new ORACLE_HOME
Correct Answer:
C
References:
http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#UPGRD12395
C
References:
http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#UPGRD12395
send
light_mode
delete
Question #18
Your database is open and the listener LISTENER is up. You issue the command:
LSNRCTL> RELOAD -
What is the effect of reload on sessions that were originally established by listener?
LSNRCTL> RELOAD -
What is the effect of reload on sessions that were originally established by listener?
- AOnly sessions based on static listener registrations are disconnected.
- BExisting connections are not disconnected; however, they cannot perform any operations until the listener completes the re-registration of the database instance and service handlers.
- CThe sessions are not affected and continue to function normally.
- DAll the sessions are terminated and active transactions are rolled back.
Correct Answer:
C
C
send
light_mode
delete
Question #19
Which statement is true regarding the startup of a database instance?
- AThe instance does not start up normally and requires manual media recovery after a shutdown using the abort option.
- BUncommitted transactions are rolled back during the startup of the database instance after a shutdown using the immediate option.
- CThere is no difference in the underlying mechanics of the startup whether the database is shut down by using the immediate option or the abort option.
- DMedia recovery is required when the database is shut down by using either the immediate option or the abort option.
- EInstance recovery is not required if the database instance was shut down by using SHUTDOWN IMMEDIATE.
Correct Answer:
E
References:
http://docs.oracle.com/cd/A87860_01/doc/server.817/a76956/start.htm
E
References:
http://docs.oracle.com/cd/A87860_01/doc/server.817/a76956/start.htm
send
light_mode
delete
Question #20
Examine the memory-related parameters set in the SPFILE of an Oracle database:

Which statement is true?

Which statement is true?
- AOnly SGA components are sized automatically.
- BMemory is dynamically re-allocated between the SGA and PGA as needed.
- CThe size of the PGA cannot grow automatically beyond 500 MB.
- DThe value of the MEMORY_TARGET parameter cannot be changed dynamically.
Correct Answer:
B
B
send
light_mode
delete
All Pages