当前位置:网站首页>Oracle 数据库设置为只读及读写
Oracle 数据库设置为只读及读写
2022-08-01 22:58:00 【yunzhonghefei】
查询数据库现在的状态(假定为可读写状态),并将其变更为只读状态。
sqlplus /nolog
connect / as sysdba --以DBA角色登陆--
select open_mode from v$database; --查询数据库现在的状态时只读还是可写--
shutdown immediate --warnning:确保没有真正执行的进程后再执行--
startup mount --加载数据库--
alter database open read only; --变更数据库为只读状态--
将数据库由只读状态变更为可写状态。
sqlplus / as sysdba
select open_mode from v$database;
shutdown immediate
startup open read write;
边栏推荐
- Three, mysql storage engine - building database and table operation
- 移动端人脸风格化技术的应用
- PHP算法之最接近的三数之和
- 【数据分析03】
- xss相关知识点以及从 XSS Payload 学习浏览器解码
- Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
- 威纶通触摸屏如何打开并升级EB8000旧版本项目并更换触摸屏型号?
- [Recommended books] The first self-driving technology book
- 2022 edition of MySQL tutorial, top collection good, take your time
- Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile
猜你喜欢
[深入研究4G/5G/6G专题-48]: 5G Link Adaption链路自适应-4-下行链路自适应DLLA-PDCCH信道
JS prototype hasOwnProperty in 加方法 原型终点 继承 重写父类方法
Delicious this year
2022-08-01 第八组 曹雨 泛型 枚举
力扣第 304 场周赛复盘
SQL29 Calculate the average next day retention rate of users
JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method
数据增强--学习笔记(图像类,cnn)
SRv6 L3VPN的工作原理
(Translation) How the contrasting color of the button guides the user's actions
随机推荐
SAP Spartacus Accessibility E2E 端到端测试
Still struggling with reporting tool selection?To take a look at this
[机缘参悟-58]:《素书》-5-奉行仁义[遵义章第五]
欧拉路径与欧拉回路
小程序毕设作品之微信体育馆预约小程序毕业设计成品(3)后台功能
文件查询匹配神器 【glob.js】 实用教程
CF1705D Mark and Lightbulbs
feel so stupid
Flutter基础学习(一)Dart语言入门
复现gallerycms字符长度限制短域名绕过
浅析多服务在分布式系统下多事务通信处理机制方案
PAM Palindromic Automata
y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
毕业作业
如何给 UE4 场景添加游戏角色
SQL29 Calculate the average next day retention rate of users
excel vertical to horizontal
系统可用性:SRE口中的3个9,4个9...到底是个什么东西?
JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method
[深入研究4G/5G/6G专题-48]: 5G Link Adaption链路自适应-4-下行链路自适应DLLA-PDCCH信道