- 博客(15)
- 收藏
- 关注
转载 ASM知识点(转载)
ASM知识点 • Automatic Storage Management• Oracle10g New Feature• 每个机器上允许一个ASM实例• 不支持的...
2008-09-24 11:07:43 148
转载 ASM process设置
Processes = 25 + (10 + [max number of concurrent database file creations, and file extend operations possible])*n ...
2008-07-17 10:56:58 134
转载 跟老美真难沟通...
传说中的奥运购票系统,老美设计的数据库,性能我就不想说什么了.在j仅30万并发注册情况下的等待事件...Top 5 Timed Events EventWaitsTime(s)Avg Wait(ms)% Total Call T...
2008-04-05 09:14:48 111
转载 deferred用于级联表更新
SQL> create table t1(a number primary key);表已创建。SQL> create table t2(b number constraint t2_fk references t1...
2007-11-28 10:35:32 82
转载 Drop大表的步骤
在drop一张大表(比如说上百G)的时候,往往不能直接采用drop,因为这个时候Oracle会自动清理extent,大表往往会有很多extent,这样会导致性能问题,尤其是对于生产库来说更是如此。我们可以采用如下方法进行删除1....
2007-11-20 14:50:40 289
转载 tablespace offline 方式简要说明
normal 为表空间所有文件做checkpoint,操作时表空间的所有文件必须处于在线状态,online时不需要恢复temporary 为表空间的所有在线文件做checkpoint,操作时已处于offline状态的文件不做ch...
2007-10-28 10:39:51 120
转载 shrink space
shrink space compcat 保持hwmshrink space 回缩表,降低hwmshrink space cascade 回缩表及相关索引。Oracle 10g features- ---alter table ...
2007-10-26 13:33:52 162
转载 user_tab_modifications 统计表操作信息
SQL> conn battleman/battleman已连接。SQL> drop table test;表已删除。SQL> create table test(a number);表已创建。SQL> ...
2007-10-23 15:58:54 226
转载 merge into 不允许更新用于连接的列
SQL> select * from t1; A B---------- ---------- 1 1 2 2 ...
2007-10-23 13:51:49 408
转载 买新拍了 AT900P
今天老婆花了1200大洋给偶买了YY的AT900P,终于可以告别用了两年的MP30了,发帖庆祝一下,谢谢可爱的老婆^_^[@more@] ...
2007-10-01 23:59:17 130
转载 ffs的条件'At least one of the index columns is not null'
代码: SQL> drop table test; 表已删除。 SQL> create table test as select object_id,object_name,object_type fr...
2007-09-24 14:09:25 94
转载 drop nounique constraint不会drop掉index
SQL> drop table test;表已删除。SQL> create table test(id int);表已创建。SQL> alter table test add constraint con_te...
2007-09-21 10:39:17 195
转载 世界球线四大天王/各型号羽毛球线的评论
世界上的四大球线生产厂商是什么你知道么?嘿嘿,是 YONEX, GOSEN, ASAWAY, ALPHAYONEX系列:大陆市场上常见的有:BG65,BG66,BG70pro,BG80,BG85,BG6...
2007-09-20 15:45:13 346
转载 跟表碎片有关的基础知识
跟表碎片有关的基础知识:什么是水线(High Water Mark)? ---------------------------- 所有的oracle段(segments,在此,为了理解方便,建议把segment作为表的一个同义词...
2007-02-08 10:44:58 96
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人