Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 18

connec Also known as Oracle Database backup and restore operations

Select one:
a.
Data Buffer Cache
b.
Large Pool
c.
Redo Log Buffer
d.
Java Pool
It holds information about changes made to the database

Select one:
a.
Large Pool
b.
Data Buffer Cache
c.
Java Pool
d.
Redo Log Buffer
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 Storage
d.
Oracle Database
It is a communication between a user process and an instance

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

Clear my choice
It is a type of process structure that automatically connects to other databases involved in in- doubt distributed
transactions

Select one:
a.
Log Writer Process (LGWR)
b.
Archiver Processes (ARCn)
c.
Recoverer Process
d.
Checkpoint Process (CKPT)

Clear my choice
Check

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

Select one:
a.
Recoverer Process
b.
Log Writer Process (LGWR)
c.
Checkpoint Process (CKPT)
d.
Archiver Processes (ARCn)

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

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

Select one:
a.
Database Writer Process (DBWn)
b.
Process Monitor Process (PMON)
c.
Log Writer Process (LGWR)
d.
Checkpoint Process (CKPT)
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.
Database Writer Process (DBWn)
b.
Log Writer Process (LGWR)
c.
Process Monitor Process (PMON)
d.
Checkpoint Process (CKPT)
It is a type of process structure that writes the redo log buffer to a redo log file on disk

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

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

Select one:
a.
Connection
b.
isqlPlus*
c.
Session
d.
Database Instance
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
It is part of the System Global Area which is used to provide memory for Oracle Streams processes

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

Clear my choice
It is the key in solving the problems of information management.

Select one:
a.
Oracle Storage
b.
Database Server
c.
Oracle Database
d.
Database
Which of the following are mandatory tablespaces that are created at the time of database creation

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

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

Select one:
a.
Any Oracle version will do even when multiple products are involved.
b.
Are there prerequisite steps that must be performed by someone other than the DBA?
c.
Does the hardware involved meet the minimum required specifications?
d.
Type of Oracle software .
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.
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
c.
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
Which of the following is the correct Disk space requirement when installing Oracle?

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

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

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

Clear my choice
Check

It is a type eOracle environment where Oracle Products run.

Select one:
a.
ORACLE_WAREHOUSE
b.
ORACLE_HOME
c.
ORACLE_BASE
d.
ORACLE_SID

Clear my choice
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.
Role
c.
User
d.
Character

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

Select one:
a.
Table / View
b.
Schema
c.
Object
d.
System
It is a type of privilege that is used to manipulating the content of the database objects.

Select one:
a.
Object
b.
Table / View
c.
System
d.
Schema
Clear my choice
This is also known collection of objects such as tables, views, and sequences.

Select one:
a.
Schema
b.
System
c.
Object
d.
Table / View
This is used to remove a privilege granted to a user.

Select one:
a.
CANCEL
b.
REVOKE
c.
DELETE
d.
REMOVE
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 ROLE INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO USER HR;
c.
GRANT INSERT, UPDATE
ON EMPLOYEES
TO HR;
d.
GRANT INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO HR;
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 ROLE INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO USER HR
WITH GRANT OPTION;
b.
GRANT INSERT, UPDATE
ON EMPLOYEES
TO HR
WITH GRANT OPTION;
c.
GRANT INSERT, UPDATE
ON EMPLOYEES
TO USER HR
WITH GRANT OPTION;
d.
GRANT INSERT, UPDATE
ON SYSTEM.EMPLOYEES
TO HR
WITH GRANT OPTION;
Which of the following is the correct syntax for creating a new user?

Select one:
a.
CREATE USER hr
IDENTIFIED BY hr;
b.
CREATE hr
IDENTIFIED BY hr;
c.
CREATE ROLE hr
IDENTIFIED BY hr;
d.
CREATE ROLE hr
IDENTIFIED BY USER hr;
Which of the following System Privileges is not part of SYSTEM privilege?
Select one:
a.
CREATE INDEX
b.
CREATE TABLE
c.
CREATE SESSION
d.
CREAT VIEW

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

Select one:
a.
Removing tables
b.
Backing up tables
c.
Creating new user
d.
Managing user environment
Which of the following is the correct example revoking a privilege to INSERT, UPDATE and DELETE to user ANA
from user BEN?

Select one:
a.
REVOKE INSERT, UPDATE, DELETE
FROM SYSTEM.EMPLOYEES
TO ANNA;
b.
REVOKE INSERT, UPDATE, DELETE
ON SYSTEM.EMPLOYEES
TO ANNA;
c.
REVOKE INSERT, UPDATE, DELETE
ON EMPLOYEES
TO ANNA;
d.
REVOKE INSERT, UPDATE, DELETE
FROM EMPLOYEES
TO ANNA;
Which of the following is the correct example of granting SELECT and INSERT on table EMPLOYEES to role
TEACHER?
Select one:
a.
GRANT SELECT, INSERT
TO EMPLOYEES
ON TEACHER;
b.
GRANT SELECT, INSERT
ON EMPLOYEES
TO ROLE TEACHER;
c.
GRANT SELECT, INSERT
ON EMPLOYEES
TO TEACHER;
d.
GRANT SELECT, INSERT
ON EMPLOYEES
TO USER TEACHER;

Clear my choice
Which of the following is the correct example of selecting all columns from employees table using the user
BEN?

Select one:
a.
SELECT * FROM SYSTEM.EMPLOYEES;
b.
SELECT * FROM EMPLOYEES BY USER BEN;
c.
SELECT * FROM EMPLOYEES
d.
SELECT * FROM SYSTEM.EMPLOYEES BY USER BEN;
Which of the following is the correct example of granting INSERT, UPDATE and DELETE to user BEN with an
option to pass the privilege to other user?

Select one:
a.
GRANT INSERT, UPDATE, DELETE
ON EMPLOYEES
TO BEN
WITH PRIVILEGE GRANT OPTION;
b.
GRANT INSERT, UPDATE, DELETE
TO EMPLOYEES
ON BEN
WITH GRANT OPTION;
c.
GRANT INSERT, UPDATE, DELETE
ON EMPLOYEES
TO BEN
WITH GRANT OPTION;
d.
GRANT INSERT, UPDATE, DELETE
FROM EMPLOYEES
TO BEN
WITH GRANT OPTION;
Which of the following is the correct example of granting create session and create table to user BEN?

Select one:
a.
GRANT SESSION,TABLE
TO BEN;
b.
GRANT CREATE SESSION, CREATE TABLE
TO USER BEN;
c.
GRANT CREATE SESSION, TABLE
TO BEN;
d.
GRANT CREATE SESSION, CREATE TABLE
TO BEN;
Which of the following is the correct example of changing a password to user BEN from B01 to B@1?

Select one:
a.
ALTER USER BEN
IDENTIFIED BY B@1;
b.
ALTER USER BEN
IDENTIFIED BY NEW PASSWORD B@1;
c.
ALTER USER BEN
IDENTIFIED B01 TO B@1;
d.
ALTER OLD USER BEN
IDENTIFIED BY B@1;
Which of the following is the correct example revoking a priviledge to INSERT, UPDATE and DELETE to USER
BEN?

Select one:
a.
REVOKE INSERT, UPDATE, DELETE
FROM EMPLOYEES
ON USER BEN;
b.
REVOKE INSERT, UPDATE, DELETE
TO EMPLOYEES
ON USER BEN;
c.
REVOKE INSERT, UPDATE, DELETE
ON EMPLOYEES
TO BEN;
d.
REVOKE INSERT, UPDATE, DELETE
FROM EMPLOYEES
TO USER BEN;
Which of the following is the correct example of granting role TEACHER to USER BEN?

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

Clear my choice
Which of the following is the correct example of creating a role TEACHER?

Select one:
a.
CREATE ROLE AS NEW ROLE TEACHER;
b.
CREATE ROLE TEACHER;
c.
CREATE NEW ROLE AS TEACHER;
d.
CREATE NEW ROLE TEACHER;
Which of the following is the correct example of create a user Ben with password B01;

Select one:
a.
CREATE BEN
IDENTIFIED BY B01;
b.
CREATE USER BEN
PASSWORD B01;
c.
CREATE USER BEN
IDENTIFIED BY B01;
d.
CREATE USER BEN
IDENTIFIED BY PASSWORD B01;

Clear my choice
A transaction start when the first ____________ is issued.

Select one:
a.
DML
b.
DDL
c.
SELECT
d.
DCL
An automatic rollback is issued by the oracle under the following circumstances.

Select one or more:


a.
Closes the sqlplus normally by closing he isqlplus using x button
b.
Closes the sqlplus normally by typing exit
c.
CREATE TABLE is issued
d.
The user encounter system failure
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.
CREATE TABLE is issued
d.
Closes the sqlplus normally by typing exit
Check

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

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

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

Select one:
a.
SAVEPOINT
b.
ROLLBACK TO SAVEPOINT
c.
COMMIT
d.
ROLLBACK
A transaction ends when either of the following occurs.

Select one or more:


a.
The user encounter system failure
b.
The user type in Commit
c.
The user closes the isqlplus
d.
CREATE TABLE is issued
e.
The user type in Rollback
f.
CREATE VIEW is issued
A type of lock that is acquired when an application wants to read and prevent others from updating the same
row.
Select one:
a.
Sharelock (S locks)
b.
Private Lock (P Lock)
c.
Exclusive Lock (X Lock)
d.
Special Lock (Sp lock)
This is also known as unit of work.

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

Clear my choice
Check

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

Select one:
a.
Podlock
b.
Lock wait
c.
Deadlock
d.
Lock
A type of lock that is acquired when an application updates, inserts, or deletes a row.

Select one:
a.
Private Lock (P Lock)
b.
Exclusive Lock (X Lock)
c.
Special Lock (Sp lock)
d.
Sharelock (S locks)

Clear my choice
Which of the following is not possible causes of lock.

Select one:
a.
Long-running transactions
b.
Unnecessarily high locking levels
c.
Lost Update
d.
Uncommitted changes
A type of transaction that is ends the current transactions by making all pending data changes permanent.

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

Clear my choice
Check

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

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

Clear my choice
A process where an application waits indefinitely to obtain any needed locks.
Select one:
a.
Lock
b.
Lockwait
c.
Podlock
d.
Deadlock
Which of the following transaction rules is not included in the group?

Select one:
a.
Redundancy
b.
Isolation
c.
Atomicity
d.
Durability

Clear my choice
A type of transaction that rolls back the current transaction to the specified savepoint, thereby discarding any
changes or savepoint created after the savepoint to which you are rolling back.

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

Clear my choice

You might also like