当前位置:网站首页>How to solve the problem that the Oracle instance cannot be started
How to solve the problem that the Oracle instance cannot be started
2022-07-29 00:32:00 【Green wood and wind】
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
The above problems occur when starting the database
This problem may occur because the database is forced to shut down abnormally , This may lead to inconsistent file status , Because closing the database normally will synchronize and verify all files , Make the file time consistent when restarting .
resolvent :
1. Start database to mount state
SQL>conn / as sysdba
SQL> startup mount

2. see v$log Reset the log again
SQL> select * from v$log;
SQL> alter database open resetlogs 2;

3. Recover database logs
SQL> alter database open resetlogs;
SQL> recover database until time '2022-07-20' ( Recover to the point of failure )
SQL> alter database open resetlogs;

边栏推荐
- 动态规划问题(一)
- 动态规划问题(六)
- @Transactional 注解使用详解
- 15. Model evaluation and selection
- Attack and defense world web master advanced area web_ php_ include
- ORACLE not available如何解决
- 【飞控开发基础教程8】疯壳·开源编队无人机-I2C(激光测距)
- IDEA2021.2安装与配置(持续更新)
- Laravel8 middleware realizes simple permission control
- “Method Not Allowed“,405问题分析及解决
猜你喜欢

Do like and in indexes in MySQL go

Longest ascending subsequence

What does the expression > > 0 in JS mean

15.模型评估和选择问题

PTA (daily question) 7-73 turning triangle

MySql中的like和in走不走索引

Samsung asset management (Hong Kong) launched yuancosmos ETF to focus on investing in the future tuyere track

MySQL 分库分表及其平滑扩容方案

Alibaba Code代码索引技术实践:为Code Review提供本地IDE的阅读体验
![[ESN] learning echo state network](/img/8e/09cc2d2c0e0ee24e9bee13979b03cb.png)
[ESN] learning echo state network
随机推荐
Dynamic programming problem (1)
Laravel permission control
【网络安全】通过iptables和ipset完成服务器防火墙黑名单和白名单功能
Camera Hal OEM module ---- CMR_ preview.c
Dynamic programming problem (6)
Advanced area of attack and defense world web masters -baby Web
Advanced area of attack and defense world web masters warmup
【飞控开发基础教程8】疯壳·开源编队无人机-I2C(激光测距)
Network traffic monitoring tool iftop
Advanced area of attack and defense world web masters supersqli
Attack and defense world web master advanced area web_ php_ include
Idea2021.2 installation and configuration (continuous update)
2022dasctfjuly empowerment competition (reappearance)
【微服务~Nacos】Nacos服务提供者和服务消费者
PTA (daily question) 7-70 diamond
Install mysql5.7 under Linux, super detailed complete tutorial, and cloud MySQL connection
NPM run serve stuck at 40%
16.偏差、方差、正则化、学习曲线对模型的影响
vscode下链接远程服务器安装插件失败、速度慢等解决方法
Idea error running 'application' command line is too long solution