oracle dba practice 1 - questions

3
document.doc - Página 1 de 3 Practice 1-1: Exploring the Oracle Database Architecture Fill in the blanks with the correct answers. 1) The two main components of a basic Oracle Database system: _________________________ and _______________________ 2) The Instance consists of _____________________and _____________________processes. 3) A session is a connection between the _______________process and the ______________process. 4) Name the main components of the SGA: 4.1___________________________ 4.2___________________________ 4.3___________________________ 4.4___________________________ 4.5___________________________ 4.6___________________________ 5) List six of the many background processes an Oracle Database instance might have: ___________________________ ___________________________ ___________________________ ___________________________ ___________________________ ___________________________ 6) The _______________________process writes the dirty buffers to the data files. 7) The _______________________process writes the redo entries to the online redo log files. 8) The primary files associated with an Oracle database are: ___________________________

Upload: xxx-x

Post on 15-Apr-2017

124 views

Category:

Documents


8 download

TRANSCRIPT

Page 1: Oracle dba   practice 1 - questions

document.doc - Página 1 de 2

Practice 1-1: Exploring the Oracle Database Architecture

Fill in the blanks with the correct answers.1) The two main components of a basic Oracle Database system:_________________________ and _______________________

2) The Instance consists of _____________________and_____________________processes.

3) A session is a connection between the _______________process and the______________process.

4) Name the main components of the SGA:4.1___________________________4.2___________________________4.3___________________________4.4___________________________4.5___________________________4.6___________________________

5) List six of the many background processes an Oracle Database instance might have:__________________________________________________________________________________________________________________________________________________________________

6) The _______________________process writes the dirty buffers to the data files.

7) The _______________________process writes the redo entries to the online redo logfiles.

8) The primary files associated with an Oracle database are:_________________________________________________________________________________Additional important files are:_______________________________________________________________________________________________________________________________________

Page 2: Oracle dba   practice 1 - questions

document.doc - Página 2 de 2

9) The logical storage structures of an Oracle database are:_______________________________________________________________________________________________________________________________________

10) The ___________________process copies the redo log files to an archive destination.

11) The _____________________ contains data and control information for a server orbackground process.

12) The logical tablespace structure is associated with the physical____________________files on disk.

13) LGWR writes when:____________________________________________________________________________________________________________

14) State whether the following statements are true or false.a) The SGA includes the Database buffer cache and Redo log buffer. ____b) Each server process has its own PGA. ____c) The buffers in the database buffer cache are organized in two lists: the mostrecently used list and the least recently used (LRU) list. ____d) User processes run the application or tool that connects to an Oracle Instance.____e) Oracle Database processes include server processes and background processes.____f) Checkpoints are recorded in log file headers. ___