<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Oracle认证</title>
<link>/test/oracle/</link>
<description>考试认证 / Oracle认证</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2008 Www.ofAdmin.Com online Services</generator>
<webmaster>zhvy@vip.qq.com</webmaster>
<item>
    <title>Oracle认证考试-VI的常见使用技巧</title>
    <link>/test/oracle/200810/04-2716.html</link>
    <description>一、简介 

Vi命令可以说是Unix/Linux世界里最常用的编辑文件的命令了，很多人不喜欢VI因为它 的众多的命令集，但是我们只需要掌握基本的命令然后灵活地加以运用，相信你会象我一样喜欢它的。 本文旨在更有条理有归纳性地介绍VI的一些最常用命令和一些高级的应用。 

二、基</description>
    <pubDate>2008-10-04</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>DBA回滚段管理试题选-Oracle认证考试</title>
    <link>/test/oracle/200810/04-2715.html</link>
    <description>q.&amp;nbsp;1&amp;nbsp;:&amp;nbsp;what&amp;nbsp;system&amp;nbsp;privilege&amp;nbsp;is&amp;nbsp;required&amp;nbsp;to&amp;nbsp;create&amp;nbsp;a&amp;nbsp;rollback&amp;nbsp;segment&amp;nbsp;?&amp;nbsp; 
　　 
　　1.&amp;nbsp;create&amp;nbsp;database&amp;nbsp; 
　　2.&amp;nbsp;create&amp;nbsp;rollback&amp;nbsp;segment&amp;nbsp; 
　　3.&amp;nbsp;</description>
    <pubDate>2008-10-04</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证：巧取指定记录与外关联查询</title>
    <link>/test/oracle/200809/13-2265.html</link>
    <description>1 取得表中第6到第10条记录的值
　　1.1 第一种方法，使用minus语句
　　假设ddl语句如下：
　　CREATE TABLE T(ID VARCHAR2(4) PRIMARY KEY, VALUE INT)
　　那么第一种方法就是取出前5条，再取出前10条，然后采用集合运算的方法把前10条减去前5条就OK了，SQL语句如下</description>
    <pubDate>2008-09-13</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>tk007-v5.0-中几道有争议的题-Oracle认证考试</title>
    <link>/test/oracle/200809/02-2028.html</link>
    <description>47.which&amp;nbsp;tow&amp;nbsp;statements&amp;nbsp;accurately&amp;nbsp;describe&amp;nbsp;a&amp;nbsp;role?(choose&amp;nbsp;two) 
a.&amp;nbsp;a&amp;nbsp;role&amp;nbsp;can&amp;nbsp;be&amp;nbsp;given&amp;nbsp;to&amp;nbsp;a&amp;nbsp;maximum&amp;nbsp;of&amp;nbsp;1000&amp;nbsp;users. 
b.&amp;nbsp;a&amp;nbsp;user&amp;nbsp;can&amp;nbsp;have&amp;nbsp</description>
    <pubDate>2008-09-02</pubDate>
    <category>Oracle认证</category>
    <author>秩名</author>
    <comments>华夏网管站</comments>
</item>
<item>
    <title>Oracle升级许可模型-Oracle认证考试</title>
    <link>/test/oracle/200809/02-2027.html</link>
    <description>　　Oracle正在试图让他的用户在产品中使用许可证的时候更方便一点。
　　公司昨天宣布，他们已经将应用程序组合的价格流线化了，其中包括JD Edwards, PeopleSoft, Siebel和 Oracle的电子商务套件产品。
　　在过去的几年里，Oracle通过20多次收购扩大了他的地盘，Oracle说</description>
    <pubDate>2008-09-01</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>考前辅导：解决字典表误Truncate故障</title>
    <link>/test/oracle/200808/28-1879.html</link>
    <description>　　故障的原因是技术人员将数据库中的几个数据字典表Truncate掉，这直接导致了数据库不可用。
　　数据库环境为Oracle 9.2.0.7 RAC环境。由于数据库的事务量巨大，所以数据库没有备份。
　　现场检查确认，主要被截断的表有这样一些：
　　SQL&amp;gt; select object_name,objec</description>
    <pubDate>2008-08-28</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>用kfod查看OracleASM磁盘信息</title>
    <link>/test/oracle/200808/28-1878.html</link>
    <description>　　工具kfod可以用于手工查询ASM磁盘的信息。其帮助信息如下：
　　db2:/home/oracle&amp;gt;kfod help
　　_asm_a/llow_only_raw_disks KFOD allow only raw devices [_asm_allow_only_raw_disks=TRUE/(FALSE)]
　　_asm_l/ibraries ASM Libraries[_asm_libraries='lib1','lib2</description>
    <pubDate>2008-08-28</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证数据库游标使用方法</title>
    <link>/test/oracle/200808/19-1601.html</link>
    <description>　考试大编辑整理：Oracle中SQLPLUS的常用指令技巧
　　SQL是用于访问Oracle数据库的语言，PL/SQL扩展和加强了SQL的功能，它同时引入了更强的程序逻辑, 下面在本文中将对游标的使用进行一下讲解,希望可以和大家共同学习进步。
　　游标字面理解就是游动的光标。游标是SQL的</description>
    <pubDate>2008-08-19</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证中有关Latch的介绍</title>
    <link>/test/oracle/200808/19-1600.html</link>
    <description>　　本文向各位阐述Oracle的Latch机制，Latch，用金山词霸翻译是门插栓，闭锁，专业术语叫锁存器，我开始接触时就不大明白为什么不写Lock，不都是锁吗?只是翻译不同而以?研究过后才知道两者有很大的区别。
　　Latch是Oracle提供的轻量级锁资源，他用于快速，短时间的锁定资</description>
    <pubDate>2008-08-19</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle数据库10g环境下修改VIP地址的方法</title>
    <link>/test/oracle/200808/14-1478.html</link>
    <description>　Oracle数据库10g环境下修改VIP地址的方法: 
　　◆1. 停止全部服务
　　crs_stop -all
　　◆2.root用户登陆,要根据原来的环境需要执行命令，设置环境变量（注意如果你不是root执行，要报错PRKO-2117 :
　　This command should be executed as the system privilege u</description>
    <pubDate>2008-08-14</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle11g认证考试途径</title>
    <link>/test/oracle/200808/01-1214.html</link>
    <description>　11g OCA认证考试途径：(两门考试、无需培训)
　　途径一：1z0-007 + 1z0-052
　　途径二：1z0-051 + 1z0-052
　　途径三：1z0-047 + 1z0-052
　　11g OCP认证考试途径：(叁门考试 + 一门原厂培训)
　　途径一：OCA(1z0-007 + 1z0-052) + 1z0-053 + 一门原厂培训
　　</description>
    <pubDate>2008-08-01</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>OracleDBA数据库结构试题精选</title>
    <link>/test/oracle/200808/01-1213.html</link>
    <description>q.&amp;nbsp;1&amp;nbsp;:&amp;nbsp;physical&amp;nbsp;disk&amp;nbsp;resources&amp;nbsp;in&amp;nbsp;an&amp;nbsp;oracle&amp;nbsp;database&amp;nbsp;are&amp;nbsp; 
　　1.&amp;nbsp;control&amp;nbsp;files&amp;nbsp; 
　　2.&amp;nbsp;redo&amp;nbsp;log&amp;nbsp;files&amp;nbsp; 
　　3.&amp;nbsp;data&amp;nbsp;files&amp;nbsp; 
　　4.&amp;nbsp;all&amp;nbsp;of&amp;</description>
    <pubDate>2008-08-01</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle10g恢复试验的两种方法</title>
    <link>/test/oracle/200808/01-1212.html</link>
    <description>　考试大编辑整理：今天看了Oracle 10g的闪回数据库特性，书上说不能完成删除一个表空间并用resetlogs恢复，其实这也就是说如果改变了数据库的结构，是不能闪回的，只能闪回逻辑修改，但我还是做了一个实验。
　　我删除了一个表空间，再用数据库闪回，发现不能打开数据库,</description>
    <pubDate>2008-08-01</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle数据库SQLPLUS中几个常用set语句</title>
    <link>/test/oracle/200808/01-1211.html</link>
    <description>　　在大家写脚本的时候，我们常常用set语句在设置一些需要的格式规范。下面，列举了几个常见set语句的应用。
　　SQL&amp;gt; set echo on&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;设置运行</description>
    <pubDate>2008-08-01</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站</author>
    <comments>互联网</comments>
</item>
<item>
    <title>oracle基本概念和术语</title>
    <link>/test/oracle/200807/29-1125.html</link>
    <description>Oracle数据库系统是一个复杂的软件系统。如果不了解其内部的结构原理及关系，就不可能设计和编写出高质量的应用软件系统，也不可能管理好一个复杂的应用系统。为了给以后章节的打好基础，本章简要给出&amp;nbsp;ORACLE&amp;nbsp;8&amp;nbsp;/ORACLE8i数据库系统结构的描述。&amp;nbsp; </description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证系众多问题</title>
    <link>/test/oracle/200807/29-1124.html</link>
    <description>一、 Oracle，仅次于微软的世界第二大软件公司

　　Oracle虽然规模很大，但名声不像微软、IBM那样显赫，很多非计算机专业的在校学生不知道Oracle是何物。但是如果你是一位想在毕业后进入IT行业的学生，那么，你必须知道什么是Oracle。

　　首先，Oracle是一家软件公司。这</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证基本介绍：Oracle概况</title>
    <link>/test/oracle/200807/29-1123.html</link>
    <description>Oracle虽然规模很大，但名声不像微软、IBM那样显赫，很多非计算机专业的在校学生不知道Oracle是何物。但是如果你是一位想在毕业后进入IT行业的学生，那么，你必须知道什么是Oracle。
&amp;nbsp;&amp;nbsp;&amp;nbsp; 首先，Oracle是一家软件公司。这家1977成立于加利福尼亚的软件公司是</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证基本介绍：如何参加考试</title>
    <link>/test/oracle/200807/29-1122.html</link>
    <description>OCP认证的所有考试也是通过Prometric公司组织的，具体的考试事宜请访问它的官方网站：www.prometric.com.cn
&amp;nbsp;&amp;nbsp;&amp;nbsp; 目前OCP每门考试的费用为125美元。</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证基本介绍：认证种类介绍</title>
    <link>/test/oracle/200807/29-1121.html</link>
    <description>Oracle认证专家&amp;mdash;&amp;mdash;OCP，是由Oracle公司授权国际考试认证中心对考生进行的资格认证。考生按考试标准要求参加几门课程的考试（一般为3&amp;mdash;5门），在通过全部考试后，便可获得OCP的专家认证。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 目前OCP认证考试分为：
&amp;nbsp;&amp;nbs</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证基本介绍：获得OCP认证的好处</title>
    <link>/test/oracle/200807/29-1119.html</link>
    <description>在Oracle的官方同站上，Oracle公司详细列举了获得OCP认证的种种好处，虽然有自卖自夸之嫌，但总的来说还是很有道理的。大家不妨跟我们一起看看。
&amp;nbsp;&amp;nbsp;&amp;nbsp; 总的来说，IT业对专家的要求很高，职业竞争压力很大。无论是新进入这个行业的人，还是此行业中的老手，都</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle认证基本介绍：如何准备考试</title>
    <link>/test/oracle/200807/29-1118.html</link>
    <description>1、Oracle公司推荐的官方准备途径
&amp;nbsp;&amp;nbsp;&amp;nbsp; 一般来讲，Oracle的考试内容比较多，并且考题也很细，对动手能力要求很强。因此，为了有足够的把握，一定要提前充分准备，而且一定要注重动手实践。在Oracle官方网站上推荐的通过认证的途径如下，可以进行参考。
&amp;nbsp</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>2008年Oracle认证考试详解</title>
    <link>/test/oracle/200807/29-1116.html</link>
    <description>一、 oracle，仅次于微软的世界第二大软件公司 
　　oracle虽然规模很大，但名声不像微软、ibm那样显赫，很多非计算机专业的在校学生不知道oracle是何物。但是如果你是一位想在毕业后进入it行业的学生，那么，你必须知道什么是oracle。 
　　首先，oracle是一家软件公司。这</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle考试详细介绍 </title>
    <link>/test/oracle/200807/29-1114.html</link>
    <description>一、&amp;nbsp;oracle，仅次于微软的世界第二大软件公司 
oracle虽然规模很大，但名声不像微软、ibm那样显赫，很多非计算机专业的在校学生不知道oracle是何物。但是如果你是一位想在毕业后进入it行业的学生，那么，你必须知道什么是oracle。 
首先，oracle是一家软件公司。这家19</description>
    <pubDate>2008-07-29</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>国外公司的OracleDBA试题（下）</title>
    <link>/test/oracle/200807/09-499.html</link>
    <description>26. Database is hung. Old and new user connections alike hang on impact. What do you do？ Your SYS SQLPLUS session IS able to connect. 
　　27. Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. </description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>国外公司的OracleDBA试题（上）</title>
    <link>/test/oracle/200807/09-498.html</link>
    <description>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 fil</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>OracleDBA有关回滚段管理试题精选</title>
    <link>/test/oracle/200807/09-497.html</link>
    <description>Q. 1 : What system privilege is required to create a rollback segment ? 
1. Create database 
2. Create rollback segment 
3. Alter database 
4. Create segment 
KEY:2 
Q. 2 : Oracle recommends this number of minimum extents in a rollback segment </description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>某门户网站数据库职位笔试题</title>
    <link>/test/oracle/200807/09-496.html</link>
    <description>数据库笔试题
姓名：&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 日期：&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1、事务是什么？&amp;nbsp; 2、oracle中truncate和delete命令有何区别？&amp;nbsp; 3、Oracle中char和varchar2数据类型有什么区别？有数据&amp;rdqu</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>史上比较强的几道oracle面试题</title>
    <link>/test/oracle/200807/09-495.html</link>
    <description>　Oracle&amp;#65279; 最近听说OCP贬值了,据说大家都能随便考上了，偶特意为想考OCP和考过OCP的同学们制作了几道题目,题目看上去很简单,似乎答案可以脱口而出,如果10分钟内能够全部回答正确,偶相信你应该能够具备一个OCP所具有的思考能力了 ：） 
(1) A 表中有100条记录.
SELECT</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>OracleDBA面试题及参考答案</title>
    <link>/test/oracle/200807/09-494.html</link>
    <description>it工作市场是如此的紧张，每个可获得的职位都有一堆人在申请。naveen nahata为oracle e-business suite的数据库管理员申请者提供了以下一些面试时的技术问题，它可以帮助申请者们快速脱颖而出。

　　问题

　　1如果信息采集管理系统(icm)崩溃了怎么办?

　　2你如何加速打</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>2007年资格考试OracleDBA数据库结构题选</title>
    <link>/test/oracle/200807/09-493.html</link>
    <description>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 Logi</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>Oracle面试题目及解答应对面试官</title>
    <link>/test/oracle/200807/09-492.html</link>
    <description>这里的回答并不是十分全面，这些问题可以通过多个角度来进行解释，也许你不必在面试过程中给出完全详尽的答案，只需要通过你的解答使面试考官了解你对oracle概念的熟悉程度。 
1.&amp;nbsp;解释冷备份和热备份的不同点以及各自的优点 
解答：热备份针对归档模式的数据库，在数据</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>某数据集团数据库初试笔试题</title>
    <link>/test/oracle/200807/09-491.html</link>
    <description>1)which statement shows the maximum salary paid in each job category of each department?_______
a. select dept_id, job_cat,max(salary) from employees where salary &amp;gt; max(salary);
b. select dept_id, job_cat,max(salary) from employees group by dept_i</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>
<item>
    <title>国外公司的OracleDBA面试题</title>
    <link>/test/oracle/200807/09-490.html</link>
    <description>Oracle&amp;nbsp;DBA&amp;nbsp;Interview&amp;nbsp;Questions&amp;nbsp;By&amp;nbsp;B&amp;nbsp;G
&amp;nbsp;
1.&amp;nbsp;How&amp;nbsp;many&amp;nbsp;memory&amp;nbsp;layers&amp;nbsp;are&amp;nbsp;in&amp;nbsp;the&amp;nbsp;shared&amp;nbsp;pool? 

2.&amp;nbsp;How&amp;nbsp;do&amp;nbsp;you&amp;nbsp;find&amp;nbsp;out&amp;nbsp;from&amp;nbsp;the&amp;nbsp;RMA</description>
    <pubDate>2008-07-09</pubDate>
    <category>Oracle认证</category>
    <author>华夏网管站整理</author>
    <comments>互联网</comments>
</item>

</channel>
</rss>

