Sei sulla pagina 1di 22

ADVANCE DATABASE MANAGEMENT SYSTEM

IT 6203A

QUIZ 1:
Question 1
Not yet answered
Marked out of 1.00

Flag question

Question text

It is a communication between a user process and an instance

Select one:
a. Session
b. isqlPlus*
c. Database Instance
d. Connection
Clear my choice

Question 2
Not yet answered
Marked out of 1.00

Flag question

Question text

It is also known as specific connection of a user to an instance through a user process


Select one:
a. isqlPlus*
b. Database Instance
c. Connection
d. Session
Clear my choice

Question 3
Not yet answered
Marked out of 1.00

Flag question

Question text

Which of the following are mandatory tablespaces that are created at the time of database
creation

Select one:
a. Sysman and Sysdba
b. System and SysDba
c. Sysman and System
d. System and Syshaux
Clear my choice

Question 4
Not yet answered
Marked out of 1.00

Flag question

Question text

It is a type of process structure that records checkpoint information in Control file on each
data file header
Select one:
a. Checkpoint Process (CKPT)
b. Database Writer Process (DBWn)
c. Process Monitor Process (PMON)
d. Log Writer Process (LGWR)
Clear my choice

Question 5
Not yet answered
Marked out of 1.00

Flag question

Question text

It is part of the System Global Area (SGA) that hold copies of data blocks that are read from
data files

Select one:
a. Redo Log Buffer
b. Large Pool
c. Java Pool
d. Data Buffer Cache
Clear my choice

Question 6
Not yet answered
Marked out of 1.00

Flag question

Question text

It is a type of process structure that automatically connects to other databases involved in


in- doubt distributed transactions
Select one:
a. Checkpoint Process (CKPT)
b. Archiver Processes (ARCn)
c. Log Writer Process (LGWR)
d. Recoverer Process
Clear my choice

Question 7
Not yet answered
Marked out of 1.00

Flag question

Question text

It is the key in solving the problems of information management.

Select one:
a. Oracle Storage
b. Database
c. Database Server
d. Oracle Database
Clear my choice

Question 8
Not yet answered
Marked out of 1.00

Flag question

Question text

It is a collection of data treated as a unit with the main purpose of storing and retrieving
related information in the database.

Select one:
a. Databank
b. Database Server
c. Oracle Database
d. Oracle Storage
Clear my choice

Question 9
Not yet answered
Marked out of 1.00

Flag question

Question text

It is a type of process structure that writes modified (dirty) buffers in the database buffer
cache asynchronously while performing other processing to advance the checkpoint

Select one:
a. Process Monitor Process (PMON)
b. Log Writer Process (LGWR)
c. Database Writer Process (DBWn)
d. Checkpoint Process (CKPT)
Clear my choice

Question 10
Not yet answered
Marked out of 1.00

Flag question

Question text

It is part of the System Global Area which is used to provide memory for Oracle Streams
processes

Select one:
a. Data Buffer Cache
b. Large Pool
c. Java Pool
d. Redo Log Buffer

It is a type of process structure that can collect transaction, redo data and transmit that data to
standby destination.

Archiver Processes (ARCn)

QUIZ 2:
Question 1
Not yet answered
Marked out of 1.00

Flag question

Question text

In planning to install Oracle which of the following is not important to consider.

Select one:
a. Does the hardware involved meet the minimum required specifications?
b. Any Oracle version will do even when multiple products are involved.
c. Are there prerequisite steps that must be performed by someone other than the DBA?
d. Type of Oracle software .
Clear my choice

Question 2
Not yet answered
Marked out of 1.00
Flag question

Question text

It is a type of privilege that is used to manipulating the content of the database objects.

Select one:
a. Table / View
b. Schema
c. Object
d. System
Clear my choice

Question 3
Not yet answered
Marked out of 1.00

Flag question

Question text

Which of the following follows the correct order of designing, implementing and mainting
and Oracle Database.

Select one:
a. Recovering from database failure
Evaluating the database server hardware
Installing the Oracle software
Creating, migrating, and opening the database
Enrolling system users and planning for their Oracle Network access.
Implementing the database design
Monitoring database performance
Planning the database and security strategy
Backing up the database
b. Evaluating the database server hardware
Installing the Oracle software
Planning the database and security strategy
Creating, migrating, and opening the database
Backing up the database
Enrolling system users and planning for their Oracle Network access.
Implementing the database design
Recovering from database failure
Monitoring database performance
c. Backing up the database
Recovering from database failure
Evaluating the database server hardware
Installing the Oracle software
Creating, migrating, and opening the database
Enrolling system users and planning for their Oracle Network access.
Implementing the database design
Monitoring database performance
Planning the database and security strategy
Clear my choice

Question 4
Not yet answered
Marked out of 1.00

Flag question

Question text

Which of the following is the correct Disk space requirement when installing Oracle?

Select one:
a. 3 GB
b. 3.4 GB
c. 3.8 GB
d. 1GB
Clear my choice

Question 5
Not yet answered
Marked out of 1.00
Flag question

Question text

Which of the following is not part or Oracle Installation System Requirement.

Select one:
a. Disk Space
b. Memory
c. File Manager
d. Operating System
Clear my choice

Question 6
Not yet answered
Marked out of 1.00

Flag question

Question text

Which of the following is the correct example of passing a privilege (INSERT and UPDATE) to
user HR coming from a user scott?

Select one:
a. GRANT INSERT, UPDATE
ON EMPLOYEES
TO USER HR;
b. GRANT INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO HR;
c. GRANT ROLE INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO USER HR;
d. GRANT INSERT, UPDATE
ON EMPLOYEES
TO HR;
Clear my choice

Question 7
Not yet answered
Marked out of 1.00

Flag question

Question text

Which of the following is the correct example of passing a privilege (INSERT and UPDATE) to
user HR coming from a SYSTEM?

Select one:
a. GRANT INSERT, UPDATE
ON EMPLOYEES
TO USER HR
WITH GRANT OPTION;
b. GRANT INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO HR
WITH GRANT OPTION;
c. GRANT INSERT, UPDATE
ON EMPLOYEES
TO HR
WITH GRANT OPTION;
d. GRANT ROLE INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO USER HR
WITH GRANT OPTION;
Clear my choice

Question 8
Not yet answered
Marked out of 1.00
Flag question

Question text

Which of the following System Privileges is not part of SYSTEM privilege?

Select one:
a. CREATE INDEX
b. CREATE SESSION
c. CREAT VIEW
d. CREATE TABLE
Clear my choice

Question 9
Not yet answered
Marked out of 1.00

Flag question

Question text

This is also known collection of objects such as tables, views, and sequences.

Select one:
a. Table / View
b. Object
c. Schema
d. System
Clear my choice

Question 10
Not yet answered
Marked out of 1.00
Flag question

Question text

It is a named group of related privileges that can be granted to the user. This method makes
it easier to revoke and maintain privileges.

Select one:
a. Operator
b. Character
c. User
d. Role

PRELIM EXAM:
Also known as the application or tool that connects to the Oracle Database Processes

Select one:
a. Communication
b. session
c. User process

d. Connection

Which of the following is not included in the oracle environment?

Select one:
a. oracle_base
b. oracle_sid
c. NSL_LANG

d. Oracle_instance
Also known as Oracle Database backup and restore operations

Select one:
a. Data Buffer Cache
b. Java Pool
c. Large Pool

d. Redo Log Buffer

Which of the following is the correct example of creating a user ANNA with password
ANN01?

Select one:
a. CREATE USER ANNA
IDENTIFIED BY ANN01;
b. CREATE USER ANNA
IDENTIFIED BY PASSWORD ANN01;
c. CREATE ANNA
IDENTIFIED BY ANN01;

d. CREATE USER ANNA


PASSWORD ANN01;

It is a type of process structure that cleans up the database buffer cache

Select one:
a. Checkpoint Process (CKPT)
b. Log Writer Process (LGWR)
c. Process Monitor Process (PMON)

d. Database Writer Process (DBWn)

Which of the following is the correct example of granting role STUDENT to USER ANNA?

Select one:
a. GRANT STUDENT TO ANNA;
b. GRANT ROLE STUDENT TO USER ANNA;
c. GRANT STUDENT TO ANNA
IDENTIFIED BY B01;
d. GRANT ROLE STUDENT TO USER ANNA
IDENTIFIED BY B01;

Which of the following is the correct syntax for creating a new user?

Select one:
a. CREATE hr
IDENTIFIED BY hr;
b. CREATE USER hr
IDENTIFIED BY hr;
c. CREATE ROLE hr
IDENTIFIED BY USER hr;

d. CREATE ROLE hr
IDENTIFIED BY hr;

Which of the following is not included in the disk requirements of oracle database?

Select one:
a. 3 GB for the preconfigured database (required)
b. 1 GB of disk space in the /tmp directory
c. 3.8 GB for the Oracle Database software

d. 4.5 GB for the Grid Infrastructure software

Which of the following is not included in the required operating system users and groups?

Select one:
a. Groups
b. sysdba
c. Dba

d. Oinstall

It is the key to solving the problems of information management.

Select one:
a. Oracle server
b. SQL server
c. Database server

d. Storage server

It is a communication pathway between a user process and an Oracle Database instance.

Select one:
a. Connection
b. Communication
c. session

d. User process

It is a type of privilege that gain access to the database

Select one:
a. Object
b. System
c. Schema

d. Table / View

It is part of the System Global Area (SGA) that hold copies of data blocks that are read from
data files.

Select one:
a. Large Pool
b. Data Buffer Cache
c. Redo Log Buffer

d. Java Pool

Which of the following is the correct example revoking a priviledge to INSERT, UPDATE and
DELETE to USER ANNA?

Select one:
a. REVOKE INSERT, UPDATE, DELETE
ON EMPLOYEES
TO ANNA;
b. REVOKE INSERT, UPDATE, DELETE
TO EMPLOYEES
ON USER ANNA;
c. REVOKE INSERT, UPDATE, DELETE
FROM EMPLOYEES
TO USER ANNA;

d. REVOKE INSERT, UPDATE, DELETE


FROM EMPLOYEES
ON USER ANNA;

Which of the following system privileges is not part of the task by the database admin.?

Select one:
a. Creating new user
b. Managing user environment
c. Removing tables

d. Backing up tables

Which of the following is the correct example of granting INSERT, UPDATE and DELETE to
user ANNA with an option to pass the privilege to other user?

Select one:
a. GRANT INSERT, UPDATE, DELETE
ON EMPLOYEES
TO ANNA
WITH GRANT OPTION;
b. GRANT INSERT, UPDATE, DELETE
FROM EMPLOYEES
TO ANNA
WITH GRANT OPTION;
c. GRANT INSERT, UPDATE, DELETE
TO EMPLOYEES
ON ANNA
WITH GRANT OPTION;
d. GRANT INSERT, UPDATE, DELETE
ON EMPLOYEES
TO ANNA
WITH PRIVILEGE GRANT OPTION;

This is use to connect to the Oracle instance and is started when a user establishes a session

Select one:
a. User process
b. Connection
c. Communication

d. Server process

QUIZ 3:
Question 1
Not yet answered
Marked out of 1.00

Flag question

Question text

A transaction ends when either of the following occurs EXCEPT:

Select one:
a. The user type in Commit
b. The user type in Rollback
c. CREATE TABLE is issued
d. CREATE VIEW is issued
e. The user encounter system failure
f. The user closes the isqlplus
Clear my choice

Question 2
Not yet answered
Marked out of 1.00

Flag question

Question text

Which one (1) DCL (Data Control Langauge) is considered as part of Database Transaction

Select one:
a. SAVEPOINT
b. ROLLBACK
c. COMMIT
d. ROLLBACK TO SAVEPOINT
Clear my choice

Question 3
Not yet answered
Marked out of 1.00

Flag question

Question text

Which of the following is not possible causes of lock.

Select one:
a. Unnecessarily high locking levels
b. Uncommitted changes
c. Long-running transactions
d. Lost Update
Clear my choice

Question 4
Not yet answered
Marked out of 1.00

Flag question

Question text

A process where an application waits indefinitely to obtain any needed locks.

Select one:
a. Deadlock
b. Podlock
c. Lock
d. Lockwait
Clear my choice

Question 5
Not yet answered
Marked out of 1.00

Flag question

Question text

A transaction start when the first ____________ is issued.

Select one:
a. DDL
b. DML
c. SELECT
d. DCL
Clear my choice

Question 6
Not yet answered
Marked out of 1.00
Flag question

Question text

An automatic commit is issued by the Oracle Server under the following circumstances.

Select one or more:


a. Closes the sqlplus normally by closing he isqlplus using x button
b. The user encounter system failure
c. Closes the sqlplus normally by typing exit
d. CREATE TABLE is issued

Question 7
Not yet answered
Marked out of 1.00

Flag question

Question text

Which one (1) Data Definition Language is considered as part of Database Transaction.

Select one:
a. CREATE TABLE/ALTER STATEMENT
b. CREATE TABLE
c. CREATE VIEW
Clear my choice

Question 8
Not yet answered
Marked out of 1.00

Flag question
Question text

This is acquired automatically as needed to support a transaction based on isolation levels.

Select one:
a. Deadlock
b. Lockwait
c. Lock
d. Podlock
Clear my choice

Question 9
Not yet answered
Marked out of 1.00

Flag question

Question text

It occurs when two or more applications wait indefinitely for a resources.

Select one:
a. Lock
b. Deadlock
c. Lock wait
d. Podlock
Clear my choice

Question 10
Not yet answered
Marked out of 1.00

Flag question

Question text

This is also known as unit of work.


Select one:
a. Database Transaction
b. Database Processes
c. Data Control Language
d. Transaction

QUIZ 4:

Potrebbero piacerti anche