11G real time query,BUG不是一般的多
sys@CRMG> desc b
Name Null? Type
―――――――――――――――――――――――――――- ――- ――――――――――――――――――-
A DATE
C
-备库:
@> desc b
Name Null? Type
―――――――――――――――――――――――――――- ――- ――――――――――――――――――-
A DATE
C DATE
sys@CRMG>rename b to c;
Name Null? Type
―――――――――――――――――――――――――――- ――- ――――――――――――――――――-
A DATE
C
sys@CRMG> insert into c select sysdate,sysdate from user_objects;
-备库:
@>desc c;
Name Null? Type
―――――――――――――――――――――――――――- ――- ――――――――――――――――――-
A DATE
C DATE
Name Null? Type
―――――――――――――――――――――――――――- ――- ――――――――――――――――――-
A DATE
C
@>select count(*) from c;
―――-
8606
@>select count(*) from b;
―――-
8606
@>SELECT OBJECT_NAME,object_id,data_object_id from user_objects where object_name IN (’C\',’B\');
―――- ―――- ――――-
C 16799 16799
@>alter system flush SHARED_POOL;
@>select count(*) from b;
select count(*) from b
*
ERROR at line 1:
ORA-00942: table or view does not exist
@>
建议继续学习:
扫一扫订阅我的微信号:IT技术博客大学习
- 作者:八神 来源: Alibaba DBA Team
- 标签: realTimeQuery
- 发布时间:2009-10-10 23:58:30
-
[61] ABTest 平台设计 - 如何进行流量分桶
-
[47] 如何拿下简短的域名
-
[44] 图书馆的世界纪录
-
[43] android 开发入门
-
[42] 【社会化设计】自我(self)部分――欢迎区
-
[42] Oracle MTS模式下 进程地址与会话信
-
[41] 流程管理与用户研究
-
[41] Twitter/微博客的学习摘要
-
[40] WEB系统需要关注的一些点
-
[40] Go Reflect 性能