ORA-03113: end-of-file on communication channel 磁盘慢,数据库启动失败

磁盘慢,数据库启动失败:解决思路:1.让数据文件offline;     2.删除表空间

SQL> startup pfile=‘/server/oracle/admin/test/pfile/inittest.ora‘
ORACLE instance started.

Total System Global Area  776646656 bytes
Fixed Size		    2217384 bytes
Variable Size		  583010904 bytes
Database Buffers	  188743680 bytes
Redo Buffers		    2674688 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 3466
Session ID: 1 Serial number: 5

SQL> startup mount
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn‘t exist
SQL> quit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[[email protected] trace]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Oct 21 18:53:47 2018

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup mount
ORACLE instance started.

Total System Global Area  776646656 bytes
Fixed Size		    2217384 bytes
Variable Size		  583010904 bytes
Database Buffers	  188743680 bytes
Redo Buffers		    2674688 bytes
Database mounted.
SQL> drop tablespace beijing including contents and datafiles;
drop tablespace beijing including contents and datafiles;

SQL> alter database datafile ‘/server/oradata/test/beijing.dbf‘ offline drop;

Database altered.

SQL> alter database open;

Database altered.

drop tablespace BEIJING_SPACE including contents and datafiles;

  

原文地址:https://www.cnblogs.com/jycjy/p/9828759.html

时间: 2024-08-07 11:26:15

ORA-03113: end-of-file on communication channel 磁盘慢,数据库启动失败的相关文章

oracle报错: ORA-03113: end-of-file on communication channel Process

Database mounted. ORA-03113: end-of-file on communication channel Process ID: 4907 Session ID: 1 Serial number: 5 这种错误的解决方案  出现这个报错之后,明明oracle已经mount,此时查看oracle的状态: select open_mode from v$database; ERROR: ORA-03114: not connected to ORACLE 提示oracle就

ORA-03113: end-of-file on communication channel 解决方法

今天在测试数据库中对一个表插入了大量的数据, 导致数据库卡死 hang 住, 重启数据库后报错如下: C:\Documents and Settings\davidd>sqlplus "/ as sysdba" SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 5 08:50:23 2014 Copyright (c) 1982, 2010, Oracle.  All rights reserved. Connected to

open数据库报错ERROR at line 1: ORA-03113: end-of-file on communication channel Process ID: 3880 Session ID: 125 Serial number: 3

1.今天打开数据时,失败,报错 ERROR at line 1:ORA-03113: end-of-file on communication channelProcess ID: 3880Session ID: 125 Serial number: 3 2.想看下数据库的状态,发现提示:not connected to ORACLE[email protected]> select status,instance_name from v$instance;ERROR:ORA-03114: no

ORA-03113: End-of-file on Communication Channel Upon Startup of Database

在查阅ORA-03113: end-of-file on communication channel的解决方法的时候,偶然发现了一篇文章: ORA-03113: End-of-file on Communication Channel Upon Startup of Database (文档 ID 422646.1) 文章超级短,翻译一下: 对于8.1.7到10.2 现象:在启动数据库的时候报错:ORA-03113: End-of-file on Communication Channel Up

Oracle错误ORA-03113: end-of-file on communication channel处理办法

oracle不能启动了,报错ORA-03113: end-of-file on communication channel (通信通道的文件结尾) 解决办法: SQL> startup ORACLE instance started. Total System Global Area 1252663296 bytes Fixed Size 2227944 bytes Variable Size 704643352 bytes Database Buffers 536870912 bytes Re

ORA-03113: end-of-file on communication channel 解决方案

Oracle启动时报如下错误:ORA-03113: end-of-file on communication channel  解决方案如下:1.查看orcle启动日志,确定具体是什么原因引起的错误. cd $ORACLE_HOME/diag/rdbms/实例名/实例名/trace/ ls -alcr | grep alert (c时间排序.r倒序) 定位启动日志.2.tail -f -n 500 alert_ncdbemu.log 然后重启运行startup命令:得到oracle提示如下: Y

jsp页面file标签上传图片以及blob类型数据库存取。

我的jsp页面表单如下: <form name="form1" action="/YiQu/AddUserServlet?jurisdiction=1" method="post" enctype="multipart/form-data"> <table align="center"> <tr> <td>用户id:</td> <td>

PHP 5.6启动失败failed to open configuration file &#39;/usr/local/php/etc/php-fpm.conf&#39;

PHP编译安装完毕,启动失败,提示 1 [23-Jun-2014 12:27:02] ERROR: failed to open configuration file '/usr/local/php/etc/php-fpm.conf': No such file or directory (2) 2 [23-Jun-2014 12:27:02] ERROR: failed to load configuration file '/usr/local/php/etc/php-fpm.conf' 3

ORA-03113: end-of-file on communication channel

故障现象: ORALCE启动时报如下错误: SQL> startup ORACLE instance started. Total System Global Area 3657797632 bytes Fixed Size                  2258600 bytes Variable Size            2013268312 bytes Database Buffers         1627389952 bytes Redo Buffers