当前位置:网站首页>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;

边栏推荐
- Kali installs burpsuite professional
- CV instance segmentation model sketch (1)
- Everything you have learned will come in handy at some point in your life (turn)
- flyway的快速入门教程
- Real time data warehouse: meituan's implementation of real-time data warehouse construction based on Flink
- 聊聊异步编程的 7 种实现方式
- Basic knowledge of PHP language (super detailed)
- 110 MySQL interview questions and answers (continuously updated)
- Attack and defense world web master advanced area web_ php_ include
- Detailed explanation of the usage of exists in MySQL
猜你喜欢

ACM SIGIR 2022 | interpretation of selected papers of meituan technical team

Newscenter, advanced area of attack and defense world web masters

Kali installs burpsuite professional

Advanced area of attack and defense world web masters -baby Web

Web系统常见安全漏洞介绍及解决方案-CSRF攻击

Advanced area of attack and defense world web masters training www robots

2022dasctfjuly empowerment competition (reappearance)

MySQL stored procedure

【小程序项目开发 -- 京东商城】uni-app 商品分类页面(上)

Samsung asset management (Hong Kong) launched yuancosmos ETF to focus on investing in the future tuyere track
随机推荐
Kali installs burpsuite professional
Do like and in indexes in MySQL go
AutoCAD -- import excel tables into CAD and merge CAD
Advanced area of attack and defense world web masters training www robots
110 MySQL interview questions and answers (continuously updated)
面试被问到了String相关的几道题,你能答上来吗?
Web系统常见安全漏洞介绍及解决方案-sql注入
Sword finger offer 41. median in data flow
Applet verification code login
PTA (daily question) 7-73 turning triangle
[small bug diary] Navicat failed to connect to MySQL | MySQL service disappeared | mysqld installation failed (this application cannot run on your computer)
vulnhub:BTRSys2
Idea2021.2 installation and configuration (continuous update)
@PostConstruct注解详解
Detailed principle explanation and verification results of digital clock based on FPGA
MQ 消息丢失、重复、积压问题,如何解决?
Recursion / backtracking (middle)
IDEA报错Error running ‘Application‘ Command line is too long解决方案
总结:POD与容器的区别
Advanced area of attack and defense world web masters warmup