数据库启动错误,以及日志错误
程序员文章站
2022-07-13 12:35:31
...
ORA-01513: invalid current time returned by operating system
无效的操作系统返回当前时间
ORA-16038: log 3 sequence# 403 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 3 thread 1: '/opt/oracle/oradata/orcl/redo03.log'
归档日志错误,需要清理
Last login: Tue Sep 29 14:51:41 2015 from 192.168.155.81 y160:~ # su - oracle oracle@y160:~> sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 28 13:03:35 1973 Copyright (c) 1982, 2005, Oracle. All rights reserved. SQL> conn / as sysdba Connected to an idle instance. SQL> shutdown immediate ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux-x86_64 Error: 2: No such file or directory SQL> startup ORA-01513: invalid current time returned by operating system SQL> exit Disconnected oracle@y160:~> exit logout y160:~ # date Wed Mar 28 13:08:51 CST 1973 y160:~ # date -s 2015-10-28 Wed Oct 28 00:00:00 CST 2015 y160:~ # date Wed Oct 28 00:00:03 CST 2015 y160:~ # date -s 15:41:30 Wed Oct 28 15:41:30 CST 2015 y160:~ # date Wed Oct 28 15:41:31 CST 2015 y160:~ # su - oracle oracle@y160:~> sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on Wed Oct 28 15:42:36 2015 Copyright (c) 1982, 2005, Oracle. All rights reserved. SQL> conn / as sysdba Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 603979776 bytes Fixed Size 2022664 bytes Variable Size 146801400 bytes Database Buffers 452984832 bytes Redo Buffers 2170880 bytes Database mounted. ORA-16038: log 3 sequence# 403 cannot be archived ORA-19809: limit exceeded for recovery files ORA-00312: online log 3 thread 1: '/opt/oracle/oradata/orcl/redo03.log' SQL> alter database clear unarchived logfile '/opt/oracle/oradata/orcl/redo03.log'; Database altered. SQL> startup ORA-01081: cannot start already-running ORACLE - shut it down first SQL> shutdown ORA-01109: database not open Database dismounted. ORACLE instance shut down. SQL> startup ORACLE instance started. Total System Global Area 603979776 bytes Fixed Size 2022664 bytes Variable Size 146801400 bytes Database Buffers 452984832 bytes Redo Buffers 2170880 bytes Database mounted. Database opened. SQL>
OK!
上一篇: android ImageView的scaleType属性
下一篇: Oracle如何创建跨用户视图
推荐阅读
-
解决SQL SERVER数据库备份时出现“操作系统错误5(拒绝访问)。BACKUP DATABASE 正在异常终止。”错误的解决办法
-
SQL Server 2005数据库还原错误的经典解决方案
-
SQL Server 2005附加数据库时Read-Only错误的解决方案
-
WAC启动Android模拟器 transfer error: Read-only file system错误解决方法
-
tomcat启动404错误(tomcat网页404错误解决)
-
会声会影启动错误38 提示文件损坏或被修改的解决方法
-
SQLSERVER数据库中的5173错误解决方法
-
oracle数据库下五种解决ORA-04031错误问题的方法
-
实现Nginx中使用PHP-FPM时记录PHP错误日志的配置方法
-
Docker daemon 无法启动: does not match with stored UUID错误解决办法