磁盘慢,数据库启动失败:解决思路: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 18874…
问题描述:生产库停机加内存和CPU,重启完服务器,启动数据库报错. ORA-09925: Unable to create audit trail file Linux-x86_64 Error 2:No such file or directory Additional information: 9925 ORA-01075:you are currently logged on 1.首先查看资源是否受限,本次是做停机加资源的操作,资源添加正常,数据库启动报错.环境是centos7.7的单机1…
1.可能是/usr/local/mysql/data/mysql.pid文件没有写的权限解决方法 :给予权限,执行 “chown -R mysql:mysql /var/data” “chmod -R 755 /usr/local/mysql/data”  然后重新启动mysqld! 2.可能进程里已经存在mysql进程解决方法:用命令“ps -ef|grep mysqld”查看是否有mysqld进程,如果有使用“kill -9  进程号”杀死,然后重新启动mysqld! 3.可能是第二次在机器…
今天在测试数据库中对一个表插入了大量的数据, 导致数据库卡死 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…
环境描述: 操作系统版本:Red Hat Enterprise Linux Server release 6.5 (Santiago) 数据库版本:Oracle 11.2.0.4 RAC 场景描述: Oracle RAC环境搭建完成之后,数据库可以启动到mounted状态,无法启动到open状态:其他的CRS集群服务.ASM服务状态正常!!! 处理过程: [oracle@oracle01 ~]$ sqlplus / as sysdba; SQL Production :: Copyright (…
现象一: 数据库startup时,出现数据库无法正常mount,并报ORA-03113错误. SQL> startup ORACLE instance started. Total System Global Area  830930944 bytes Fixed Size                    2217912 bytes Variable Size                  599787592 bytes Database Buffers          222298…
1.今天打开数据时,失败,报错 ERROR at line 1:ORA-03113: end-of-file on communication channelProcess ID: 3880Session ID: 125 Serial number: 3 2.想看下数据库的状态,发现提示:not connected to ORACLESYS@EMREP> select status,instance_name from v$instance;ERROR:ORA-03114: not connec…
导致的原因,可能是异常断电导致文件状态不一致. SQL> startupORACLE instance started. Total System Global Area 1653518336 bytesFixed Size                  2213896 bytesVariable Size             956303352 bytesDatabase Buffers          687865856 bytesRedo Buffers             …
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…
使用过程中发现oracle运行很慢(其实应该先关注空间问题),就准备关机重启一下,关不掉就强制关闭,然后启动就报错了. 1.SQL> startup ORACLE instance started. Total System Global Area 6614106112 bytesFixed Size                  2213896 bytesVariable Size            3154118648 bytesDatabase Buffers         34…