- 1、本文档共23页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
历年名企招聘SQL数据库笔试题精编(珍藏版).
数据库试题精编
1 : This symbol, When you put infront of a line in the parameter file, signifies
a comment
1. $
2. @
3. #
4. !
答案【3】
2 : When you change a parameter value in the parameter file, when will that
change takes affect?
1. Immediately after saving the parameter file
2. At the first CHECKPOINT after saving the paramter file
3. When the DBWR finishes writing all the dirty buffers to the disk
4. At the next instance startup
答案【4】
3 : ALTER SYSTEM DEFFERED command modifies the global parameters for
1. existing sessions after a certain amount of time
2. new sessions only
3. existing and new sessions
4. depends on the SPIN_COUNT initialization parameter
答案【2】
4 : The location where debugging trace files for back ground processes are
written, is specified by
1. LOGFILE_DEST
2. ORACLE_HOME
3. BACKGROUND_DUMP_DEST
4. CORE_DUMP_DEST
答案【3】
5 : In case of heavy contention for latches,set the LOG_SIMULTANEOUS_COPIES
initialization parameter to
1. Twice the number of CPUs
2. Same as the DB Block Buffers
3. Same as the Shared Pool Size
4. None of the above
答案【4】
6 : What is the first step in manually creating a new database
1. Startup an instance
2. Start SQL*Plus and connect to Oracle as SYSDBA
3. Check the instance identifier for your system
4. Create a parameter file
答案【4】
7 : Which of the following is true regarding control files
1. Oracle recommeds atleast two control files stored on two separate disks
2. Oracle recommeds atleast two control files stored on one disk
3. Oracle recommeds to store one control file
4. One control file is not enough to run a database
答案【1】
8 : Tom created a database with a DB_BLOCK_SIZE of 2k, he wants to increase this
to 4k, what is his next step
1. Issue ALTER SYSTEM SET DB_BLOCK_SIZE=4k command
2. recreate the database with the new setting
3. It can be done in both the ways
4. the DB_BLOCK_SIZE cannot be 4k
答案【2】
9 : How many rollback segments are required for Oracle to startup apart from
SYSTEM rollback segment
1. Oracle can start with just
文档评论(0)