Loading questions...
Updated
You wish to create jobs to satisfy these requirements:
You want to reduce fragmentation and reclaim unused space for the sales table but not its dependent objects. During this operation, you want to ensure the following: i.Long-running queries are not affected. ii.No extra space is used. iii.Data manipulation language (DML) operations on the table succeed at all times throughout the process. iv.Unused space is reclaimed both above and below the high water mark.
Which alter TABLE option would you recommend?
For which two requirements would you use the Database Resource Manager?
Which two statements are true about the Automatic Diagnostic Repository (ADR)?
Which two statements are true about a common user?
RMAN is connected to the target database prod1 and an auxiliary instance in nomount state. Examine the command to create a duplicate database:
RMAN> DUPLICATE TARGET DATABASE TO dup1
FROM ACTIVE DATABASE -
NOFILENAMECHECK -
PASSWORD FILE -
SPFILE;
Which two statements are true about the execution of the duplicate command?
A user issues a query on the sales table and receives the following error:
ERROR at line 1:
ORA-01565: error in identifying file '/u0l/app/oracle/oradata/ORCL/temp01.dbf'
ORA-27037: unable to obtain file status
Which two actions would you take to recover the temporary tablespace?
Your database supports an online transaction processing (OLTP) workload in which one of the applications creates a temporary table for a session and performs transactions on it. This consumes a lot of undo tablespace and is affecting undo retention.
Which two actions would you take to solve this problem?
Which two statements are true about service creation for pluggable databases (PDBs)?
Create a free account to unlock all questions for this exam.
Log In / Sign UpWhich three statements correctly describe the relationship amongst jobs, programs, and schedules within the Oracle Job Scheduler?
Which two statements describe the relationship between a window, a resource plan, and a job class?