码迷,mamicode.com
首页 > 其他好文 > 详细

如何查看一个数据文件是否是自动扩展

时间:2016-10-21 16:30:11      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:dba   file   扩展   rom   row   sel   pac   example   system   

开始

SQL> col file_id format 99
SQL> col file_name format a50
SQL> col tablespace_name format a10
SQL> col autoextensible format a10


SQL> select file_id,file_name,tablespace_name,autoextensible from dba_data_files;

FILE_ID FILE_NAME                                          TABLESPACE AUTOEXTENS
------- -------------------------------------------------- ---------- ----------
      4 /u01/app/oracle/oradata/orcl/users01.dbf           USERS      YES
      3 /u01/app/oracle/oradata/orcl/undotbs01.dbf         UNDOTBS1   YES
      2 /u01/app/oracle/oradata/orcl/sysaux01.dbf          SYSAUX     YES
      1 /u01/app/oracle/oradata/orcl/system01.dbf          SYSTEM     YES
      5 /u01/app/oracle/oradata/orcl/example01.dbf         EXAMPLE    YES
      6 /u01/app/datafiles/gaodata1.dbf                    GAOTBS     YES

6 rows selected.

SQL>

 

结束!

如何查看一个数据文件是否是自动扩展

标签:dba   file   扩展   rom   row   sel   pac   example   system   

原文地址:http://www.cnblogs.com/cyl048/p/5984686.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!