-
2008-08-11 19:55:13 / Oracle入门与认证
终于可以申请OCP证书了
查看(295)
评论(7)
-
2008-08-09 16:36:03 / Oracle数据库管理
question 25You set the recovery window to seven days and the backup optimization to ON using the CONFIGUREcommand of Recovery Manager (RMAN). The most recent backup of the TOOLS tablespace to disk wastaken on January 3. The TOOLS tablespace is read-only.On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMANbacks up the TOOLS tablespace also, even though the contents of the tablespace have not changed afterthe backup on January 3.Becau
查看(229)
评论(6)
-
2008-08-09 15:12:16 / Oracle入门与认证
QUESTION 25You set the recovery window to seven days and the backup optimization to ON using the CONFIGUREcommand of Recovery Manager (RMAN). The most recent backup of the TOOLS tablespace to disk wastaken on January 3. The TOOLS tablespace is read-only.On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMANbacks up the TOOLS tablespace also, even though the contents of the tablespace have not changed afterthe backup on January 3.Bec
查看(314)
评论(2)
-
2008-07-14 10:07:15 / Oracle入门与认证
近日想要参加ocp考试,已经买考试券了,直接和考点联系就可以了么?有了解这方面情况的兄弟指教一下,谢了!
查看(162)
评论(1)
-
2008-06-16 08:26:02 / Oracle数据库管理
物理STANDBY要求主库和备库的DB_NAME相同,有一个问题:主库和备库的DBID是否可以不同?
查看(219)
评论(7)
-
2008-06-11 16:26:02 / Oracle数据库管理
在一台机器上配置一个主库,两个备库,那么db_file_name_convert参数应该如何设置?db_file_name_convert=('c:pri','d:std1','e:std2'),这样可以么?
查看(167)
评论(4)
-
2008-05-26 21:23:29 / Oracle入门与认证
本人工作即将3年,最近准备考一个10g的OCP,想问一下有经验的XDJM,OCP考试是否有题库?这个题库里面包含所有的考试试题么?谢谢大家!
查看(405)
评论(8)
-
2008-05-09 20:59:15 / Oracle数据库管理
想将一张普通表改造成分区表,用EXPDP/IMPDP的方法好,还是INSERT /*+append*/ INTO SELECT 的方式好呢?会在停机时改造,数据库10.2.0.3
查看(228)
评论(1)
-
2008-04-21 20:08:24 / Oracle数据库管理
在执行语句SQL> RENAME AAA TO BBB;对象AAA并不存在,该会话hang住,通过查询V$SESSION_WAIT视图发现该会话的等待事件为library cache pin,通过下面语句SQL> select a.sid,a.username,a.program,b.addr,b.KGLPNADR,b.KGLPNUSE,b.KGLPNSES,b.KGLPNHDL,b.kGLPNLCK, b.KGLPNMOD, b.KGLPNREQfrom v$session a,x$kglpn bwhere a.saddr=b.kglpnuse and b.kglpnhdl = :p1raw and b.KGLPNMOD0;发现持有该library cache pin的sid竟是执行RENAME AAA TO BBB这个语句的SID!怎么会自己锁住了自己呢?另外如果AAA存在则语句
查看(453)
评论(13)
-
2008-04-12 21:31:15 / Oracle数据库管理
数据库执行了shutdown abort再启动后会进行实例恢.比如在进行了一次检查点的时间为T1,之后又有一些update的操作,这些脏数据块被DBWn进程写入了磁盘,在T2时执行了shutdown abort,而T1和T2之间没有再发生检查点,那么在实例恢复时,要把T1之后数据库产生的REDO进行恢复,那这些是不是又再一次被写入了磁盘呢?
查看(327)
评论(7)