当前位置:网站首页>Oracle实例无法启动的问题如何解决
Oracle实例无法启动的问题如何解决
2022-07-28 22:35:00 【青木与风】
SQL> startup
ORACLE instance started.
Total System Global Area 1653518336 bytes
Fixed Size 2228904 bytes
Variable Size 1207962968 bytes
Database Buffers 436207616 bytes
Redo Buffers 7118848 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 6428
Session ID: 125 Serial number: 5
在启动数据库时出现以上的问题
出现这个问题可能由于断电数据库被强制异常关闭,导致文件状态可能不一致,因为正常关闭数据库会同步校验各文件,使得重新启动的时候文件时间点一致。
解决方法:
1.启动数据库到mount状态
SQL>conn / as sysdba
SQL> startup mount
2.查看v$log再重置日志
SQL> select * from v$log;
SQL> alter database open resetlogs 2;
3.恢复数据库日志
SQL> alter database open resetlogs;
SQL> recover database until time '2022-07-20' (恢复到故障时间点)
SQL> alter database open resetlogs;
边栏推荐
- 动态规划问题(七)
- Idea connection database
- PTA (daily question) 7-73 turning triangle
- [applet project development -- JD mall] uni app commodity classification page (first)
- Router view cannot be rendered (a very low-level error)
- 递归/回溯刷题(下)
- Principle of meter skipping
- Applet verification code login
- PTA (daily question) 7-72 calculate the cumulative sum
- 【esn】 学习回声状态网络
猜你喜欢
Introduction and solution of common security vulnerabilities in web system CSRF attack
feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
Dynamic programming problem (3)
Using recursion and chain header interpolation to realize the group turnover of linked lists -- leetcode25 K group turnover linked lists
Dynamic programming problem (VIII)
Eye of depth (18) -- partial derivative
Event extraction and documentation (2018)
面试被问到了String相关的几道题,你能答上来吗?
Locally connect to redis on Windows Server
MySQL安装配置教程(超级详细、保姆级)
随机推荐
CV target detection model sketch (2)
Idea2021.2 installation and configuration (continuous update)
Dynamic programming (V)
Html+css+php+mysql realize registration + login + change password (with complete code)
Table custom style row class name in elemenui
动态规划问题(八)
Compilation principle research study topic 2 -- recursive descent syntax analysis design principle and Implementation
Use hutool tool class to operate excel with more empty Sheet1
Sword finger offer 55 - I. depth of binary tree
Advanced area of attack and defense world web masters unserialize3
Google browser, no installation required
MySQL installation and configuration tutorial (super detailed, nanny level)
Virtual lab basic experiment tutorial -8. Fourier transform (1)
Detailed explanation of the usage of exists in MySQL
IDEA报错Error running ‘Application‘ Command line is too long解决方案
【esn】 学习回声状态网络
Everything you have learned will come in handy at some point in your life (turn)
Why is it so difficult for the SEC to refuse the application for transferring gray-scale GBTC to spot ETF? What is the attraction of ETF transfer?
Advanced area of attack and defense world web masters supersqli
Basic knowledge of PHP language (super detailed)