You are connected to a pluggable database (PDB) as a common user with DBA privileges. The STATISTICS_LEVEL parameter is PDB_MODIFIABLE. You execute the following: SQL > ALTER SYSTEM SET STATISTICS_LEVEL = ALL SID = ‘*’ SCOPE = SPFILE; Which is true about the result of this command?
Correct Answer:
A
An application repeatedly accesses small lookup tables, causing a lot of physical I/O operations. What do you recommend to minimize this?
Correct Answer:
C
What must you use to read data from a table in your database and write it to an external table?
Correct Answer:
D
You want to create a file watcher and an event-based job for detecting the arrival of files on the local server from various locations. To achieve this, you enable the raising of file arrival events from remote systems.
Which two conditions must be satisfied to receive file arrival events from a remote system? (Choose two.)
Correct Answer:
CD
References: https://docs.oracle.com/cd/E18283_01/server.112/e17120/scheduse005.htm
Which two statements are true concerning the Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? (Choose two.)
Correct Answer:
AE
A: Setting a PDB resource plan is optional. If not specified, all sessions within the PDB are treated equally.
*
In a non-CDB database, workloads within a database are managed with resource plans.
In a PDB, workloads are also managed with resource plans, also called PDB resource plans. The functionality is similar except for the following differences:
/ Non-CDBDatabase Multi-level resource plans Up to 32 consumer groups Subplans
/ PDBDatabase
Single-level resource plans only Up to 8 consumer groups
(not B) No subplans