• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • Oracle管理查詢管用的sql語句

    發表于:2007-07-13來源:作者:點擊數: 標簽:
    Oracle日常管理用到的一些 sql 語句 表空間及容量: selecttablespace_name,sum(bytes)/1024/1024/1024fromdba_data_filesgroupbytablespace_name; 表空間的空閑容量: selecttablespace_name,sum(bytes)fromdba_free_spacegroupbytablespace_name; 系統表空

    Oracle日常管理用到的一些sql語句

    表空間及容量:

    select tablespace_name,sum(bytes)/1024/1024/1024 from dba_data_files group by tablespace_name;

    表空間的空閑容量:

    select tablespace_name,sum(bytes) from dba_free_space group by tablespace_name;

    系統表空間:

    select tablespace_name from dba_tablespaces;

    系統數據文件:

    select file_name from dba_data_files;

    系統控制文件:

    select value from v$parameter where name=’control_files’;

    系統重做日志文件:

    select member from v$logfile;

    歸檔日志文件:

    select value from v$parameter where name=’log_archive_dest’;



      

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>