频道栏目
首页 > 资讯 > Oracle认证 > 正文

OracleDBA数据库结构题选1

16-06-07        来源:[db:作者]  
收藏   我要投稿
  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 called

  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 server

  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 transactions that commit is

  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

  2

  q. 11 : the process that performs internal operations like tablespace coalescing is

  1. pmon

  2. smon

  3. dbwr

  4. arch

  2

  q. 12 : the process that manages the connectivity of user sessions is

  1. pmon

  2. smon

  3. serv

  4. net8

  1

  q. 13 : the arch process is enabled when the database runs in a

  1. parallel mode

  2. archive log mode

  3. noarchivelog mode

  4. none of the above

  2

  q. 14 : what performs the check point in the absence of a ckpt process

  1. dbwr

  2. lgwr

  3. pmon

  4. smon

  2 : at a check point dbwr writes all data to data files from memory. at this time the datafile headers have to be updated by lgwr in the absence of a ckpt process

  q. 15 : if an application requests data that is already in the memory, it is referred to as a

  1. cache read

  2. cache hit

  3. cache miss

  4. cache latch

  2

  q. 16 : if the data requested is in the memory but had to be reloaded due to aging, it is referred to as

  1. cache hit

  2. cache refresh

  3. cache reload

  4. none of the above

  3

  q. 17 : if the data requested is not in the servers memory, it is referred to as

  1. cache disk

  2. cache miss

  3. cache read

  4. none of the above

  2

  q. 18 : you can dynamically resize the following parameters in the sga

  1. buffer cache

  2. library cache

  3. dictionary cache

  4. none of the above

  4

  q. 19 : the memory area that stores the parsed representation of most recently executed statements is

  1. buffer cache

  2. library cache

  3. dictionary cache

  4. none of the above

  2

  q. 20 : the most recently used data dictionary information is stored in

  1. data dictionary cache

  2. shared cache

  3. buffer cache

  4. none of the above

  1

  q. 21 : the server memory that holds session-specific information is referred to as

  1. program or private global area

  2. session global area

  3. temp space

  4. none of the above

  1

  q. 22 : the area of memory used by the server as temporary area for sorting is called

  1. temp space

  2. sort area

  3. redo buffer

  4. sort buffer

  2

  q. 23 : the fundamental unit of storage in a data file is

  1. byte

  2. bit

  3. block

  4. none of the above

  3

  q. 24 : the process that resolves the in-doubt transactions in a distributed environment is

  1. arch

  2. proc

  3. reco

  4. none of the above

  3

  q. 25 : the size of each buffer in the database is set using this parameter

  1. db_block_buffers

  2. db_block_size

  3. db_byte_size

  4. none of the above

  2

  q. 26 : the number of block buffers in the database is set in the init.ora using

  1. db_block_size

  2. db_block_buffers

  3. db_buffer_cache

  4. none of the above

  2

  q. 27 : the parameter that sets the size of the shared sql area is

  1. shared_sql_area

  2. shared_pool_size

  3. shared_cache_size

  4. none of the above

  2

  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 called

  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 server

  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

相关TAG标签
上一篇:OracleDBA数据库结构题选2
下一篇:OracleDBA启动和关闭例程试选题
相关文章
图文推荐

关于我们 | 联系我们 | 广告服务 | 投资合作 | 版权申明 | 在线帮助 | 网站地图 | 作品发布 | Vip技术培训 | 举报中心

版权所有: 红黑联盟--致力于做实用的IT技术学习网站