Which four items exist in the root of a CDB, but not in the PDBs?
Show answer and explanation
Correct answers: A, B, C, D
1Z0-497 Real Exam Questions
150 questions available · Page 1 of 15
Updated Exam DumpsVerified AnswersPass Guarantee
Which four items exist in the root of a CDB, but not in the PDBs?
Correct answers: A, B, C, D
Which three events signal a database writer (DWR) to write buffers to disk?
Correct answers: A, D, E
AE: When tablespace is changed to read only status it will issue a Partial checkpoint. During db shutdown a checkpoint is also issued. DWR writes when there is a checkpoint.
Which option represents the steps to add a multiplexed copy of the current control file or to rename a control file in Oracle Database 12c?
a - Shut down the database. b - Restart the database. c - Copy an existing control file to a new location by using operating system commands. d - Edit the CONTROL_FILESparameter in the database initialization parameter file to add the new control file name, or to change the existingcontrol file name.
Correct answer: B
References:
http://docs.oracle.com/cd/E16655_01/server.121/e17636/control.htm#ADMIN11287
Which two items are key for maintaining data consistency in Oracle Database 12c?
Correct answer: C
References:
http://docs.oracle.com/cd/E11882_01/server.112/e25789/consist.htm#CNCPT88969
(overview of the oracle database locking mechanism)
Which three statements about common and local roles are true?
Correct answers: A, C, D
For which database operation do you need the database to be in MOUNT state?
Correct answer: E
To enable or disable archiving, the database must be mounted but not open.
Note: See step 5 below.
Changing the Database Archiving Mode
To change the archiving mode of the database, use the ALTER DATABASE statement with the ARCHIVELOG or NOARCHIVELOG clause. To change the archiving mode, you must be connected to the database with administrator privileges (AS SYSDBA).
The following steps switch the database archiving mode from NOARCHIVELOG to ARCHIVELOG:
1. Shut down the database instance
2. Back up the database.
3. Edit the initialization parameter file to include the initialization parameters that specify the destinations for the archived redo log files 4. Start a new instance and mount, but do not open, the database.
STARTUP MOUNT
To enable or disable archiving, the database must be mounted but not open.
5. Change the database archiving mode. Then open the database for normal operations.
ALTER DATABASE ARCHIVELOG;
ALTER DATABASE OPEN;
6. Shut down the database.
SHUTDOWN IMMEDIATE
7. Back up the database.
Examine the table:
Table name: PRODUCTS
Schema: SCOTT
Tablespace: USERS
Organization: Standard (Heap Organized)
This table contains 20 rows. In the data that has been entered, the PROD_ID column contains only single-digit values, PROD_NAME has a maximum of five characters, and PROD_RATE has four-digit values for all rows.
Which two statements are true regarding the modifications that can be performed to the structure of the PRODUCTS table?
Correct answers: A, C
Which three options correctly match environment variables with their specific functionality?
Correct answers: A, C, E
Which statement regarding Oracle Active Data Guard 12c is false?
Correct answer: A
YOU want to move all objects of the CONSULTANT user from the test database to theDB-USER schema of the production database.
Which option of IMPDP would you use to accomplish this task?
Correct answer: D