wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Oracle Architecture

Total questions: 30

Worksheet time: 20mins

Name
Class
Date
1.

The two main components of Oracle RDBMS are ____ and ____ ? (use 2 comma delimited answer)

(a)  

2.

An instance consist of ____ and ____ process (Use 2 comma delimited answer)

(a)  

3.

Name some components of System Global Area (SGA), at least three comma delimited answer.

(a)  

4.

List some background processes, at least 3 comma delimited answer .

(a)  

5.

The (a)   process writes the dirty buffers to data files.

6.

The (a)   process writes the redo logs to the log files.

7.

Name some files associated with an Oracle Database, at least 3 comma delimited answer.

(a)  

8.

Some of the logical structures of an Oracle Database are: (at least 3 comma delimited answer)

(a)  

9.

The (a)   process copies the redo log files to an archive destination.

10.

The (a)   contains data and control information for a server or a background process

11.

The SGA includes the Database buffer cache and the Redo log buffer.

a)

True

b)

False

12.

Each server process and background process has its own Program Global Area (PGA)

a)

True

b)

False

13.

User Processes run the Application or Oracle Tool Code.

a)

True

b)

False

14.

Which of the following components comprise an Oracle architecture?

a)

Database related background processes

b)

Tablespaces

c)

Datafiles

d)

All of the Mentioned

15.

Which process is an instance made of Oracle?

a)

Oracle background processes

b)

Memory processes

c)

Data processes

d)

All of the Mentioned

16.

What is the use of extent in Oracle?

a)

Stores user data within the database

b)

Minimize the amount of wasted (empty) storage

c)

Stores rollback information used when data must be rolled back

d)

All of the Mentioned

17.

The Oracle environment of database is called as ___________ .

a)

Database Schema

b)

Database Instances

c)

Data Structure

d)

All of the Mentioned

18.

Which is the smallest unit of storage in an Oracle database?

a)

Data Block

b)

Segment

c)

Extent

d)

Data File

19.

What are the valid Oracle database schemas?

a)

Logical Schema

b)

Physical Schema

c)

Logical and Physical Schema

d)

None of the Mentioned

20.

Collection of information stored in database at particular instance of time is called as ____________.

a)

Instance of Database

b)

Objects in Databases

c)

Database Instances

d)

None of the Mentioned

21.

Map entities, attributes and relations in Oracle is represented by_________.

a)

Logical Schema

b)

Conceptual Schema

c)

Physical Schema

d)

All of the Mentioned

22.

Oracle server configuration is dedicated for ________.

a)

One server process – Many user processes

b)

Many server processes – One user process

c)

One server process – One user process

d)

Many server processes – Many user processes

23.

In an E-R diagram, an entity set is represented by a ______.

a)

Rectangle

b)

Ellipse

c)

Diamond box

d)

Circle

24.

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

a)

Data Definition Language(DDL)

b)

Data Manipulation Language(DML)

c)

DML and DDL

d)

All of the Mentioned

25.

________clause is an additional filter that is applied to the result.

a)

Select

b)

Group-by

c)

Order by

d)

Having

26.

Which command is used for removing a table and all its data from the database:

a)

Create command

b)

Drop table command

c)

Alter table command

d)

All of the Mentioned

27.

___________ defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.

a)

Column

b)

Constraint

c)

Index

d)

Trigger

28.
a)

Super Key

b)

Secondary Key

c)

Foreign Key

d)

Candidate Key

29.

The __________ process writes the dirty buffers to the datafiles

a)

CKPT

b)

LGWR

c)

DBWN

d)

SMON

30.

The __________ process writes the redo entries to the online redo log files

a)

SMON

b)

DBWn

c)

CKPT

d)

LGWR