当前位置:网站首页>3. Oracle control file management
3. Oracle control file management
2022-07-05 06:22:00 【Cold leaves elegant_】
- Close instance (shutdown immediate), Delete all control files , Recreate the control file (3 individual )
select member from v$logfile;

select value from v$parameter where name = 'control_files';

First, close the database 
perform create control command ( I reported an error before , The reason is that the log file size is not set correctly , It should be the same size as when it was created )
- After the above operations are completed , Add a control file control04.ctl, Put it in D disc ( Multi mirror )
ALTER SYSTEM SET CONTROL_FILES =
'D:\APP\SNAKEWOOD\PRODUCT\11.2.0\DBHOME_1\DATABASE\ORA_CONTROL1',
'D:\APP\SNAKEWOOD\PRODUCT\11.2.0\DBHOME_1\DATABASE\ORA_CONTROL2',
'D:\app\Snakewood\oradata\mydba\ORA_CONTROL4'
SCOPE=SPFILE;

- The backup control file is a text file


- Please try to control01.ctl File move to C:\oracle\product Location , And ensure that the database can be re 、 Normal start
Query the location of the control file
modify spfile Location of control files in
Close the database , And move the control file to the modified location

Start database , And query the directory where the control file is located 
边栏推荐
- Leetcode backtracking method
- 4.Oracle-重做日志文件管理
- Winter messenger 2
- Appium foundation - use the first demo of appium
- 快速使用Amazon MemoryDB并构建你专属的Redis内存数据库
- [leetcode] day94 reshape matrix
- Quickly use Amazon memorydb and build your own redis memory database
- Leetcode stack related
- Usage scenarios of golang context
- 求组合数 AcWing 888. 求组合数 IV
猜你喜欢

Erreur de connexion Navicat à la base de données Oracle Ora - 28547 ou Ora - 03135

容斥原理 AcWing 890. 能被整除的数

Leetcode-6108: decrypt messages

Leetcode-6111: spiral matrix IV
![[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian](/img/f1/e7a8a1a31bc5712d9f32d91305a2b0.jpg)
[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian

MySQL advanced part 1: stored procedures and functions

Real time clock (RTC)

Leetcode array operation

博弈论 AcWing 893. 集合-Nim游戏

开源存储这么香,为何我们还要坚持自研?
随机推荐
Data visualization chart summary (I)
[rust notes] 13 iterator (Part 2)
高斯消元 AcWing 884. 高斯消元解异或線性方程組
QQ computer version cancels escape character input expression
Liunx starts redis
Leetcode recursion
区间问题 AcWing 906. 区间分组
7.Oracle-表结构
Modnet matting model reproduction
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
JS quickly converts JSON data into URL parameters
TypeScript 基础讲解
Filter the numbers and pick out even numbers from several numbers
Real time clock (RTC)
NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy ar
5.Oracle-表空间
Leetcode-6110: number of incremental paths in the grid graph
[wustctf2020] plain_ WP
Leetcode-6111: spiral matrix IV
Traditional databases are gradually "difficult to adapt", and cloud native databases stand out