Oracle 8i 认证介绍
公司发布了 8iDBA 的认证,但是不同版本的相同考试的考核题目和通过考试所必需答对的题目都有一些不同。某一个考试要求的题目答对率可能会比它早期版本所
我学习Oracle的经历
我说一下我学习oracle的经历 必须对insert/update/delete/select很熟悉 这是基本的 OS 在NT上安装OEM可以帮助你理解 的objects 的概念
- 1Z0-023升级通知2009-01-20 20:55:04
- How to upgrade to OCP DBA9i2009-01-20 20:55:03
- 1z0-001 Braindumps 05/15/20022009-01-20 20:55:01
- 52/57 Hi there, I wish you enjoy my dumps and good luck! 1.Under which situation is it necessary to use on explicit cursor? A. When any DML or SELECT statement is used in a PL/SQL block B. When a delete statement in
- 1z0-026 考试回忆 2002.2.212009-01-20 20:55:00
- 1) which two methods could you use to add service names to a region database (choose 2)? a) manually add them using net8 assistant b) restart the service names with the new region database c) download them from nemes server using net
- 1z0-001 Braindump 2002.02.162009-01-20 20:54:59
- 1. SCOTT FORGOT HIS PASSWORD WHILE ON VACATION WHICH COMMAND MUST BE EXECUTED TO SET A PASSWORD FOR SCOTT A. DBA MUST EXECUTE THE COMMAND ALTER USER SCOTT IDENTIFIED BY LION 2. YOU ARE UPDATING THE EMPLOYEE TABLE JANE HAS BEE
- 025升级通告2009-01-20 20:54:58
- 026 braindumps on 1/22 test!2009-01-20 20:54:57
- Hi, this is my 026 braindump on Jan 22' test. Most questions are from here. I just mention some ! 1.What does the CONNECTION attribute specify when enabling connection pooling ? a.maximum number of network connections fo
- 如何准备OCP考试?2009-01-20 20:54:56
- 如果你确实想向OCP投资,那请看看我的一些建议: 道听途说一 1、全面了解OCP的内容。 2、着手准备考试,可以 AT模拟考试软件,每门考试大约是90分钟,典型的情况下是60道选择题。不过这些模拟考题都比较简单,即使你100%的对了,也不能保证p ass,
- OCP不完全指南2009-01-20 20:54:55
- 1. OCP及考试科目介绍 2. 科目章节分布明细 3. 教材列表 4. 已有资源列表 5. 考试简介 6. 相关网站资源 一. OCP及考试科目介绍 OCP是 Certified Professional的缩写,意即认证专家,是Oracle公司于1997年推出的国际上承认的Oracle水
- 我学Oracle和考OCP的经验2009-01-20 20:54:54
- 在这里写一些感受,初入门者看看,可以少走一些弯路,至于高手们,你们也可以看看,是否有共同的感受? 其实我觉得考OCP很容易,没必要参加培训的,除非是公费,公费何乐而不为。有人认为培训可以节省时间,我认为甚至连时间都节省不了。至于想掌握——等你考
- 001考试笔记 Part II2009-01-20 20:54:53
- -----Lession16 Controlling User Access----- * Database security can be classified into two categories: system security and data security. System security covers access and use of the database at the system level, such as username and
- 今天通过了026。谈谈感觉。2009-01-20 20:54:53
- 大家普遍认为025难,026的内容少,比较容易通过。开始我也这样认为,但班主说有好多人就卡在026上了,所以我觉得奇怪。今天考试,感觉确实如此。 我自认为书看得差不多,实验也做了不少。学习了各种资料后做STS基本上都在85分以上,(我做了4次,一次84分,其
- 001考试笔记 Part I2009-01-20 20:54:52
- ---------Lession1 Selecting Rows------ * RELATIONSHIPS Solid Line = Must Be Dashed Line = May Be Single Line = One and Only One Crow's foot = One or More UID = # Secondary UID = ( # ) Mandato
- 1z0-024考点总结2009-01-20 20:54:51
- 1. Course Intraduction 0 2. Tuning overview 1 (1) 调整的先后次序 1. Tune the design. -- Application designers 2. Tune the application. -- Application developers 3. Tune memory. --| 4. Tune I/O. |-- DBA 5. Tune
- Oracle FAQ2009-01-20 20:54:50
- 1.快速整理破碎的表(在8i里边才可以这样使用) ALTER TABLE table_name MOVE ( TABLESPACE XXX); 如何移动一张表所在的表空间 方法一: 1. Export 这张表 2. Drop这张表 3. Create table xxx tablespace