文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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;


 

相关阅读 更多 +
排行榜 更多 +
育龙高手魔晶无限版

育龙高手魔晶无限版

模拟经营 下载
寻找乔双人行手游下载

寻找乔双人行手游下载

冒险解谜 下载
神圣正义银河流放者游戏下载

神圣正义银河流放者游戏下载

飞行射击 下载