加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

oracle 系统表空间满了

发布时间:2020-12-12 14:13:12 所属栏目:百科 来源:网络整理
导读:远程连接到 oracle 所在机器 sqlplus /nolog conn / as sysdba 参考:http://www.jb51.cc/article/p-ejxcxqdk-bpt.html alter tablespace system add datafile ‘/home/oracle/systemother/system_01.dbf’ size 2048M alter database datafile ‘/home/orac

远程连接到 oracle 所在机器
sqlplus /nolog
conn / as sysdba

参考:http://www.52php.cn/article/p-ejxcxqdk-bpt.html

alter tablespace system add datafile ‘/home/oracle/systemother/system_01.dbf’ size 2048M
alter database datafile ‘/home/oracle/systemother/system_01.dbf’ autoextend on;

alter system set audit_trail=none scope=spfile;//关闭审计功能,正式环境不要执行
shutdown immediate;
startup

如果shutdown immediate 一直卡住。(几分钟了还没反应)
调用
shutdown abort
startup

当看到 Database opened 表示启动成功了。 Total System Global Area 167772160 bytes Fixed Size 1218316 bytes Variable Size 104859892 bytes Database Buffers 58720256 bytes Redo Buffers 2973696 bytes Database mounted. Database opened.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读