文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Oracle 随笔

Oracle 随笔

时间:2011-05-26  来源:小さいです哥

update test1 a set name=(select name from test2 b where a.no=b.no and rownum = 1) where
exists(select  /*+ push_subq*/ 1from test2 b where a.no=b.no and rownum = 1);

 select * from dba_tab_col_statistics where table_name='BUSINESSBASICINFO'

select count(0) from BusinessBasicInfo,CorporationMainTable;

       begin
         dbms_stats.gather_table_stats('XY_CORP','BusinessBasicInfo');
         dbms_stats.gather_table_stats(user,'CorporationMainTable');
         end;

 

select sid,event from v$session_Wait where event not like 'SQL%';
select * from v$session where sid=627;
select segment_name,bytes/1024/1024 from dba_segments where segment_name='BUSINESSBASICINFO';

select * from v$instance;


 

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载