我一直在尝试访问dba_data_files 表以查看autoextend
我的数据文件是否已打开。但是,即使我使用的是 Oracle 10g,该表似乎也不存在:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> select * from dba_data_files;
select * from dba_data_files
*
ERROR at line 1:
ORA-00942: table or view does not exist
是否有其他方法可以检查甚至更改特定表空间的数据文件是否打开了自动扩展选项?