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

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

29. How do you increase the OS limitation for open files (LINUX and/or Solaris)? 

30. Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, 
   
    issues a drop table command, displays the date again, and finally exits. 

31. Explain how you would restore a database using RMAN to Point in Time? 

32. How does Oracle guarantee data integrity of data changes? 

33. Which environment variables are absolutely critical in order to run the OUI? 

34. What SQL query from v$session can you run to show how many sessions are logged in as a particular user account? 
35. Why does Oracle not permit the use of PCTUSED with indexes? 

36. What would you use to improve performance on an insert statement that places millions of rows into that table? 
37. What would you do with an "in-doubt" distributed transaction? 

38. What are the commands you’d issue to show the explain plan for "select * from dual"? 

39. In what script is "snap$" created? In what script is the "scott/tiger" schema created? 

40. If you’re unsure in which script a sys or system-ed object is created,but you know it's 
in
   
    script from a specific directory, what UNIX command from that directory structure can you 
   
    run to find your answer? 

41. How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com? 
42. You create a private database link and upon connection, fails with: ORA-085: connects to  

    What is the problem? How would you go about resolving this error? 

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

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