Chapter 8


1.

What are the four functions of the Database Creation Assistant (DBCA)?

dbca can create, delete, and modify databases. it can also create a template that can be used to create a database.

2.

What is the Oracle background process that writes modified data blocks to disk?

the dbwn process writes modified data blocks to disk.

3.

What is the difference between a database and an instance?

a database is a set of files on disk that is managed by an instance, which is a collection of processes and memory structures that operate against the datafiles on disk.

4.

An extent is composed of one or more .

database blocks

5.

True or false: The control file contains important system tables.

false, the control file contains information about the physical structure of the entire database.

6.

What is the GUI-based Oracle tool that can manage and monitor one or more Oracle instances?

the oracle enterprise manager (oem) can manage and monitor one or more oracle instances.

7.

DBCA can save the specified database parameters in what kind of file?

dbca can save the database parameters as an html file.

8.

Which Oracle background process will apply the data in the redo log files to the datafiles in the event of a system crash?

the smon process will apply the data in the redo log files to the datafiles in the event of a system crash.

9.

A database schema is closely associated with which other database object?

a schema is associated 1:1 with a user account in the database.

10.

A segment consists of one or more .

extents

Answers

1.

DBCA can create, delete, and modify databases. It can also create a template that can be used to create a database.

2.

The DBWn process writes modified data blocks to disk.

3.

A database is a set of files on disk that is managed by an instance, which is a collection of processes and memory structures that operate against the datafiles on disk.

4.

Database blocks

5.

False, the control file contains information about the physical structure of the entire database.

6.

The Oracle Enterprise Manager (OEM) can manage and monitor one or more Oracle instances.

7.

DBCA can save the database parameters as an HTML file.

8.

The SMON process will apply the data in the redo log files to the datafiles in the event of a system crash.

9.

A schema is associated 1:1 with a user account in the database.

10.

Extents




Oracle9i DBA JumpStart
Oracle9i DBA JumpStart
ISBN: 0782141897
EAN: 2147483647
Year: 2006
Pages: 138
Authors: Bob Bryla

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net