首页 > 数据库技术 > 详细

[ORACLE]ORA-03113: end-of-file on communication channel

时间:2020-05-15 13:16:30      阅读:58      评论:0      收藏:0      [点我收藏+]

Issue:

SYS @ D4C>startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.

Total System Global Area 8589931656 bytes
Fixed Size            9143432 bytes
Variable Size         1040187392 bytes
Database Buffers     4294967296 bytes
Redo Buffers           24408064 bytes
In-Memory Area         3221225472 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 8571
Session ID: 9 Serial number: 61332

解决:

[oracle@d4cdb 193]$  rman target /

Recovery Manager: Release 19.0.0.0.0 - Production on Fri May 15 11:39:07 2020
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle and/or its affiliates.  All rights reserved.

connected to target database: D4CDB (DBID=577592589, not open)

RMAN> crosscheck archivelog all;
RMAN> delete expired archivelog all;
SYS @ D4C>alter database open;

Database altered.

 

[ORACLE]ORA-03113: end-of-file on communication channel

原文:https://www.cnblogs.com/tingxin/p/12894020.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!