ORA-01658无法为表空间中的段创建INITIAL区

2024-10-25 20:10:37

1、问题现象展示升级过程中遇到报错:ORA-01658无法为表空间中的段创建INITIAL区

ORA-01658无法为表空间中的段创建INITIAL区

3、查看表空间是否自动扩容对应无法扩容的表空间没有自动扩容select tablespace_name,file_name,autoextensible from dba_data_files;

ORA-01658无法为表空间中的段创建INITIAL区

5、使用sysdba用户登录数据库su - oraclesqlplus "/as sysdba"

ORA-01658无法为表空间中的段创建INITIAL区
猜你喜欢