Oracle dba_data_files表不存在
发布时间:2021-05-15 06:54:09 所属栏目:站长百科 来源:网络整理
导读:我一向在实行会见 dba_data_files table以查察是否为我的数据文件打开了自动扩展.可是,纵然我行使的是Oracle 10g,这个表好像也不存在: Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning,OLAP an
我一向在实行会见 dba_data_files table以查察是否为我的数据文件打开了自动扩展.可是,纵然我行使的是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选项? 您应确保利器具有查察此视图??权限的帐户举办毗连 – 假如您拥有该暗码,请实行行使SYSTEM帐户,不然请让您的DBA将SELECT_CATALOG_ROLE授予您正在行使的帐户.(编辑:湖南网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |