ITPUB个人空间 »
waityou81的个人空间
欢迎访问 waityou81 的个人空间
我的回复
-
2008-08-01 11:04:17 / Oracle数据库管理
PCTFREE is used only when the object is created and populated with data inan index structure. It is not used like it is used in the heap﹐rganized table.PCTFREE willreserve space on a newly created index, but not for subsequent operations on it for muchthe same reason as why PCTUSED is not used at all.这是tom的one on one上的一句话。我原来知道index是不需要配置pctused参数的,只需要配置pctfree这个参数。现在看来自己的理解还是有错误的。pctfree参数只在index创建时有用,当index创建后,
查看(253)
评论(6)
-
2008-07-31 17:48:13 / Oracle专题深入讨论
如果我用rman备份db1,然后恢复到另外一台机器,那数据块的rowid会变化吗?1,因为rman备份不会备份空的数据块,所以恢复的时候,数据块的总的数量有了变化,所以rowid应该会有变化?2,但是,我在恢复测试中,好像恢复后没有重建索引,如果按照1的理解,由于rowid变化了,索引应该需要重建阿?我的理解错在那里,有谁知点一下!
查看(847)
评论(15)
-
2008-07-31 13:43:47 / Oracle数据库管理
EXPLAINDetermines the execution plan for each SQL statement in the trace file and writes these execution plans to the output file. TKPROF determines execution plans by issuing the EXPLAIN PLAN statement after connecting to Oracle with the user and password specified in this parameter. The specified user must have CREATE SESSION system privileges. TKPROF takes longer to process a large trace file if the EXPLAIN option is used.再tkprof中已经有关于执行计划的信息,为什么还要有EXPLAIN这个
查看(277)
评论(10)
-
2008-07-30 11:08:22 / Oracle数据库管理
最近去面了两个公司,都是上了oracle erp的,技术面试感觉还行,因为问的问题我大部分都知道,呵呵,也许是自我感觉吧,但是最后被拒的理由都是缺乏ERP数据库的经验,我郁闷了,我的确没见过ERP数据库,但是我有1年多非erp DBA的经验呀,难道ERP的数据库相差就这么大?有ERP数据库经验的兄弟近来说说.
查看(1175)
评论(50)
-
2008-07-28 13:50:05 / Oracle数据库管理
大家评述一下儿印度人的英语吧,刚才给我打电话,我真是听不懂,very,very and very soryy! 大家的感受呢,是我自己的英语水平实在是太差了,还是印度工程师的oral english 有待提高呢?
查看(347)
评论(5)
-
2008-07-23 11:31:36 / Oracle ERP
enable maintance mode
查看(205)
评论(3)
-
2008-07-22 21:19:00 / Oracle ERP
如题:我们都知道索引能加快查询速度,但是太多的索引会降低速度。但是为什么会降低速度呢?为什么在一个表中不可以创建太多的索引?
查看(234)
评论(4)