-
2008-11-24 13:31:01 / Oracle入门与认证
作了快3年DBA,终于踏上考证这一步(其实还是这个月偶然逛到12月1日后要加考一门,省钱,否则估计现在仍没考:) )16日042 100%22日043 100%第一次作042.exe 043.exe 正确率大概90%,公司的生产环境 9i为主,10g不多,但正在验证upgrade to 10g和上10g RAC的可行性(考10g也是为省钱...),像10g的Scheduler,Resource Manager这些在Concepts 和 Administrator's Guide上看过后就几乎再也没用过。所以基本上也就以补这2个为主。10g的考试比较偏重基础概念,New Features,Backup & Recovery,较少Performance Tuning(或者
查看(369)
评论(5)
-
2008-06-16 09:11:53 / Oracle数据库管理
今天准备Add New Partition for 2008 Q3 Q4, Partitioned Table的type 是 Range-hash,Oracle Version 9208参看之前DBA写的Script的时侯,发现他的顺序是:1. ADD new TBS2. ADD new Partition3. RebuildreferenceLocal Index (move to new TBS for index)4. alter index (local index name) Modify default attributes for new partition tablespace new.第4步有没有必要?
查看(221)
评论(2)
-
2008-03-06 08:58:01 / Oracle数据库管理
OS:RHEL4Oracle Ver:9208server mode:MTS最近想Trace Production DB的一个Session,可是没法产生trc文档,上metalink查,解释如下:This situation could occur when a trace file was dropped or moved while the server process was still allocating the trace file.When a server process writes trace information a file handle will be opened to address the trace file. This file descriptor remains available for lifetime of the process, even if you remove the file. In other words "the process will
查看(200)
评论(0)
-
2007-12-28 15:35:15 / Oracle数据库管理
Oracle 10g+Solaris 10。DBCA给了128M share_pool,没想到居然不够了。10g要求比9i果然高那么一点点。:)
查看(355)
评论(4)
-
2007-12-07 11:15:20 / Oracle数据库管理
如何在delete archivelog的时侯指定删除哪一边?[ 本帖最后由 Karsus 于 2007-12-7 13:20 编辑 ]
查看(327)
评论(0)