当前位置:网站首页>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
边栏推荐
- Data visualization chart summary (II)
- 3.Oracle-控制文件的管理
- 1.15 - input and output system
- Suppose a bank's ATM machine, which allows users to deposit and withdraw money. Now there is 200 yuan in an account, and both user a and user B have the right to deposit and withdraw money from this a
- 4. 对象映射 - Mapping.Mapster
- Alibaba established the enterprise digital intelligence service company "Lingyang" to focus on enterprise digital growth
- Sum of three terms (construction)
- Regulations for network security events of vocational group in 2022 Guizhou Vocational College skill competition
- Leetcode dynamic programming
- 求组合数 AcWing 887. 求组合数 III
猜你喜欢
2021apmcm post game Summary - edge detection
[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian
WordPress switches the page, and the domain name changes back to the IP address
Doing SQL performance optimization is really eye-catching
There are three kinds of SQL connections: internal connection, external connection and cross connection
安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
Bit of MySQL_ OR、BIT_ Count function
Sqlmap tutorial (1)
Leetcode stack related
高斯消元 AcWing 884. 高斯消元解异或線性方程組
随机推荐
5.Oracle-錶空間
Leetcode-22: bracket generation
Appium foundation - use the first demo of appium
JS quickly converts JSON data into URL parameters
Presentation of attribute value of an item
【LeetCode】Day94-重塑矩阵
栈 AcWing 3302. 表达式求值
Is it impossible for lamda to wake up?
Doing SQL performance optimization is really eye-catching
LeetCode 1200. Minimum absolute difference
P2575 master fight
Records of some tools 2022
[learning] database: several cases of index failure
求组合数 AcWing 887. 求组合数 III
MySQL怎么运行的系列(八)14张图说明白MySQL事务原子性和undo日志原理
Redis publish subscribe command line implementation
博弈论 AcWing 894. 拆分-Nim游戏
How to set the drop-down arrow in the spinner- How to set dropdown arrow in spinner?
【LeetCode】Easy | 20. Valid parentheses
One question per day 1020 Number of enclaves