Tag: databases

Questions Related to databases

What does ADDM stands for?

  1. Automatic Database Diagnostic Monitor

  2. Automatic Diagnostic Database Monitor

  3. Automatic Data Diagnostic Monitor

  4. None of the above


Correct Option: A

Multiplexing of controlfiles means:

  1. True

  2. False


Correct Option: A
  1. AWR

  2. Statspack

  3. TKProf

  4. Utlb/Utle


Correct Option: A,B,C

What is default Pctused in Oracle?

  1. 20

  2. 30

  3. 40

  4. 50


Correct Option: C

In which tablespace AWR data is stored

  1. SYSTEM

  2. USERS

  3. SYSAUX

  4. INDEX


Correct Option: C
  1. It would be created only if a unique index is manually created first.

  2. It would be created and would ues an automatically created no unique index

  3. It would be created and would use an automatically created unique index

  4. It would be created and reamins in a disabled state because no index is specified in the command


Correct Option: C

OE and SCOTT are the users in the DB.the ORDERS tables is owned by OE.Evalute the statements by the DBA in the following sequence: CREATE ROLE r1; GRANT SELECT ,INSERT ON OE.ORDERS TO r1; GRANT r1 TO SCOTT; GRANT SELECT ON OE.ORDERS TO SCOTT; REVOKE SELECT ON OE.ORDERS FROM SCOTT; what is the output after executing the statements?

  1. SCOTT would be not able to query the OE.ORDERS tables

  2. SCOTT would be able to query the OE.ORDERS tables

  3. The revoke statment would remove the SELECT privilege from SCOTT as well as from the role r1

  4. The revoke statment would give an error because the select privilege has been granted to the role r1


Correct Option: B