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

边栏推荐
猜你喜欢

Dynamic programming (V)

Alibaba Code代码索引技术实践:为Code Review提供本地IDE的阅读体验

MySQL事务(transaction) (有这篇就足够了..)

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

Immutable x officially opens IMX token pledge detailed IMX pledge introduction optimistic about the development prospect of IMX

Where is sandbox's confidence in rejecting meta's acquisition of meta universe leader sand?

Network traffic monitoring tool iftop

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

Dynamic programming problem (VII)

Compilation principle research study topic 2 -- recursive descent syntax analysis design principle and Implementation
随机推荐
Still writing a lot of if to judge? A rule executor kills all if judgments in the project
【网络安全】通过iptables和ipset完成服务器防火墙黑名单和白名单功能
[applet project development -- JD mall] uni app commodity classification page (first)
Install mysql5.7 under Linux, super detailed complete tutorial, and cloud MySQL connection
PTA (daily question) 7-69 narcissus number
Laravel8 middleware realizes simple permission control
Locally connect to redis on Windows Server
NPM run serve stuck at 40%
Advanced area of attack and defense world web masters unserialize3
动态规划问题(三)
Kali installs burpsuite professional
ES6 operation tutorial
Dynamic programming problem (4)
flyway的快速入门教程
#{}和${}的区别
MySQL sub database and sub table and its smooth expansion scheme
Longest ascending subsequence
Alibaba Code代码索引技术实践:为Code Review提供本地IDE的阅读体验
2022dasctfjuly empowerment competition (reappearance)
pnpm的安装与使用