当前位置:网站首页>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 
边栏推荐
- Sqlmap tutorial (II) practical skills I
- [rust notes] 16 input and output (Part 1)
- Usage scenarios of golang context
- Traversal of leetcode tree
- 区间问题 AcWing 906. 区间分组
- MySQL advanced part 2: SQL optimization
- Alibaba's new member "Lingyang" officially appeared, led by Peng Xinyu, Alibaba's vice president, and assembled a number of core department technical teams
- Leetcode stack related
- 开源存储这么香,为何我们还要坚持自研?
- LeetCode-54
猜你喜欢

MySQL advanced part 1: index

1.14 - assembly line

SQLMAP使用教程(一)

Alibaba established the enterprise digital intelligence service company "Lingyang" to focus on enterprise digital growth

求组合数 AcWing 889. 满足条件的01序列
![[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian](/img/f1/e7a8a1a31bc5712d9f32d91305a2b0.jpg)
[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian

5.Oracle-表空间

Gaussian elimination acwing 884 Gauss elimination for solving XOR linear equations

How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling

5. Oracle TABLESPACE
随机推荐
Niu Mei's math problems
MySQL怎么运行的系列(八)14张图说明白MySQL事务原子性和undo日志原理
Leetcode divide and conquer / dichotomy
[BMZCTF-pwn] ectf-2014 seddit
Data visualization chart summary (I)
Series of how MySQL works (VIII) 14 figures explain the atomicity of MySQL transactions and the principle of undo logging
传统数据库逐渐“难适应”,云原生数据库脱颖而出
Modnet matting model reproduction
Leetcode-6109: number of people who know secrets
Bash exercise 17 writing scripts to install the server side of FRP reverse proxy software
C job interview - casting and comparing - C job interview - casting and comparing
Open source storage is so popular, why do we insist on self-development?
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
1.14 - assembly line
Record the process of configuring nccl and horovod in these two days (original)
[rust notes] 17 concurrent (Part 1)
[rust notes] 13 iterator (Part 2)
Basic explanation of typescript
LeetCode 0107. Sequence traversal of binary tree II - another method
JS quickly converts JSON data into URL parameters