我的位置: 首页 > 学习专区 > 数据库技术 >
热点专题更多 >
热门标签更多 >
OracleDBA数据库结构试题精选
时间:2013-04-25 17:12:29   来源:
大家都在关注:OracleDBA 数据库 结构
分享到:
[导读] q. 1 : physical disk resources in an oracle database are1. control files2. redo log files3. data files4. all of...

q. 1 : physical disk resources in an oracle database are

1. control files

2. redo log files

3. data files

4. all of the above

4

q. 2 : what is a schema

1. a physical organization of objects in the database

2. a logical organization of objects in the database

3. a scheme of indexing

4. none of the above

2

q. 3 : an oracle instance is

1. oracle memory structures

2. oracle i/o structures

3. oracle background processes

4. all of the above

4

q. 4 : the sga consists of the following items

1. buffer cache

2. shared pool

3. redo log buffer

4. all of the above

4

q. 5 : the area that stores the blocks recently used by sql statements is

1. shared pool

2. buffer cache

3. pga

4. uga

2

q. 6 : which of the following is not a background server process in an oracle

1. db writer

2. db reader

3. log writer

4. smon

2

q. 7 : which of the following is a valid background server processes in oracle

1. archiver

2. lgwr ( log writer )

3. dbwr ( dbwriter )

4. all of the above

4

q. 8 : the process that writes the modified blocks to the data files is

1. dbwr

2. lgwr

3. pmon

4. smon

1 : oracle does not modify the data in data file. once the server process makes a change in the memory, dbwr writes the modified blocks back to disk.

q. 9 : the process that records information about the changes made by all

1. dbwr

2. smon

3. ckpt

4. none of the above

4 : lgwr process records the information about changes to database

q. 10 : oracle does not consider a transaction committed until

1. the data is written back to the disk by dbwr

2. the lgwr successfully writes the changes to redo

3. pmon process commits the process changes

4. smon process writes the data