You are required to migrate your 11.2.0.3 database as a pluggable database (PDB) to a multitenant container database (CDB).
The following are the possible steps to accomplish this task:
1. Place all the user-defined tablespace in read-only mode on the source database.
2. Upgrade the source database to a 12c version.
3. Create a new PDB in the target container database.
4. Perform a full transportable export on the source database with the VERSION parameter set to 12 using the expdp utility.
5. Copy the associated data files and export the dump file to the desired location in the target database.
6. Invoke the Data Pump import utility on the new PDB database as a user with the DATAPUMP_IMP_FULL_DATABASE role and specify the full transportable import options.
7. Synchronize the PDB on the target container database by using the DBMS_PDS.SYNC_ODB function.
Identify the correct order of the required steps.
You have altered a non-unique index to be invisible to determine if queries execute within an acceptable response time without using this index.
Which two are possible if table updates are performed which affect the invisible index columns? (Choose two.)
Which three are true about the large pool for an Oracle database instance that supports shared server connections? (Choose three.)
What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE” statement?
You notice a high number of waits for the db file scattered read and db file sequential read events in the recent Automatic Database Diagnostic Monitor (ADDM) report. After further investigation, you find that queries are performing too many full table scans and indexes are not being used even though the filter columns are indexed.
Identify three possible reasons for this. (Choose three.)
Which two statements are true about the RMAN VALIDATE DATABASE command? (Choose two.)
Examine the contents of a SQL*Loader control file:
Which three statements are true regarding the SQL*Loader operation performed by using the control file? (Choose three.)
In your Oracle 12c database, you create two roles: AUDITOR and AUDIT_ADMIN. You then execute the following commands:
To create a privilege analysis policy for the AUDIT_ADMIN role, you execute the following PL/SQL block:
Which statement is correct about the procedure?
Which two statements are true concerning Information Lifecycle Management (ILM) policies? (Choose two.)
An Automatic Database Diagnostic Monitor (ADDM) finding in your production database reports that the shared pool is inadequately sized. You diagnose that this is due to the different kinds of workloads and this occurs only during peak hours. The following are the parameter settings for the database instance:
You want to balance the memory between the System Global Area (SGA) components depending on the workload.
Which option would solve this problem?
You are planning the creation of a new multitenant container database (CDB) and want to store the ROOT and SEED container data files in separate directories.
You plan to create the database using SQL statements.
Which three techniques can you use to achieve this? (Choose three.)
In your multitenant container database (CDB) that contains pluggable databases (PDBs), you grant the CREATE TABLE privilege to the common user C##A_ADMIN in root and all PDBs, with one command. You then execute the following command from the root container:
SQL> REVOKE create table FROM C##A_ADMIN;
What is the result?
Which two are prerequisites for performing a flashback transaction? (Choose two.)
You execute a DROP USER CASCADE on an Oracle 11g release 1 database and immediately realized that you forgot to copy the OCA.EXAM_RESULTS table to the OCP schema.
RECYCLE_BIN was enabled before the DROP USER was executed and the OCP user has been granted the FLASHBACK ANY TABLE system privilege.
What is the quickest way to recover the contents of the OCA.EXAM_RESULTS table to the OCP schema?
Which three operations can be performed as multipartition operations in Oracle Database 12c? (Choose three.)
Your database uses Automatic Memory Management, and has the large pool configured.
You issue the following command:
SQL> ALTER SYSTEM SET SHARED_SERVERS = 5;
Which statement is true about the shared server configuration?
Examine the following command:
ALTER SYSTEM SET enable_ddl_logging=TRUE;
Which statement is true?
Which three statements are true about the use of the query result cache? (Choose three.)
Which two statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled in UNIX? (Choose two.)
Examine this command:
SQL> exec DBMS_STATS.SET_TABLE_PREFS('SH', 'CUSTOMERS', 'PUBLISH', 'false');
Which three statements are true about the effect of this command? (Choose three.)
Examine the commands executed to monitor database operations:
Which two statements are true? (Choose two.)
Your multitenant container database (CDB) containing two pluggable databases, PDB2_1 and PDB2_2, is running in ARCHIEVELOG mode. An RMAN backup exists for the databases.
You issue the following commands and get an error:
Examine the following commands:
Identify two correct sequences of commands to perform a recovery and make the data available. (Choose two.)
You created a new database using the "CREATE DATABASE" statement without specifying the "ENABLE PLUGGABLE" clause.
What are two effects of not using the "ENABLE PLUGGABLE DATABASE" clause? (Choose two.)
Which two statements are true about variable extent size support for large ASM files? (Choose two.)
In your multitenant container database (CDB) that contains some pluggable databases (PDBs), you execute the following commands in the root container:
Which two statements are true? (Choose two.)
Your database supports a DSS workload that involves the execution of complex queries: Currently, the library cache contains the ideal workload for analysis. You want to analyze some of the queries for an application that are cached in the library cache.
What must you do to receive recommendations about the efficient use of indexes and materialized views to improve query performance?
You notice a performance change in your production Oracle 12c database and you want to know what change caused this performance difference. You generate the compare period Automatic Database Diagnostic Monitor (ADDM) report to further investigation.
Which three findings would you get from the report? (Choose three.)