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
特定のテーブルスペースのデータ ファイルで autoextend オプションがオンになっているかどうかを確認し、変更する他の方法はありますか?