首页>计算机>Oracle认证>学习教程>正文
国外公司的Oracle DBA试题

www.zige365.com 2008-8-18 15:47:57 点击:发送给好友 和学友门交流一下 收藏到我的会员中心

Oracle DBA Interview Questions By B G 
 
1. How many memory layers are in the shared pool? 

2. How do you find out from the RMAN catalog if a particular archive log has been backed-up? 

3. How can you tell how much space is left on a given file system and how much space each of the file system'irectories take up?
4. Define the SGA and: 

   ? How you would configure SGA for a mid-sized OLTP environment? 

   ? What is involved in tuning the SGA? 

5. What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it? 
6. Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database? 
7. How do you tell what your machine name is and what is its IP address? 

8. How would you go about verifying the network name that the local_listener is currently using? 
9. You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance? 
10. What view(s) do you use to associate a user’s SQLPLUS session with his o/s process? 

11. What is the recommended interval at which to run statspack snapshots, and why? 

12. What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly? 
13. Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM. 

本新闻共4页,当前在第1页  1  2  3  4  

我要投稿 新闻来源: 编辑: 作者:
相关新闻
我当时初学ORACLE认证时写的一些笔记
ORACLE认证基础:ORACLE系统概述
Oracle常用函数列表速查
启动Oracle常见疑难问题分析
Oracle数据库中的“锁”学习小结