当前位置:网站首页>Oracle database is set to read-only and read-write
Oracle database is set to read-only and read-write
2022-08-01 23:09:00 【yunzhonghefei】
Query the current state of the database (assumed to be read-write) and change it to read-only.
sqlplus /nologconnect / as sysdba -- login as DBA --select open_mode from v$database; -- read-only or writable when querying the current state of the database --shutdown immediate --warnning: make sure there is no real process to execute before executing --startup mount --load database--alter database open read only; --change the database to read-only state--
Changes the database from read-only to writable.
sqlplus / as sysdbaselect open_mode from v$database;shutdown immediatestartup open read write;边栏推荐
猜你喜欢

移动端人脸风格化技术的应用
![Thesis understanding [RL - Exp Replay] - Experience Replay with Likelihood-free Importance Weights](/img/f1/9824f32dd4fe4b3e94af3f945b1801.png)
Thesis understanding [RL - Exp Replay] - Experience Replay with Likelihood-free Importance Weights

sys_kill系统调用

分享10套开源免费的高品质源码,免费源码下载平台

从0到1:图文投票小程序设计与研发笔记

System availability: 3 9s, 4 9s in SRE's mouth... What is it?

美赞臣EDI 940仓库装运订单详解

y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)

y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)

What is CICD excuse me
随机推荐
程序员如何优雅地解决线上问题?
JS 数组去重(含简单数组去重、对象数组去重)
将vim与系统剪贴板的交互使用
DRF generating serialization class code
Postman batch test interface detailed tutorial
excel remove all carriage return from a cell
2022年最新河北建筑八大员(机械员)模拟考试题库及答案
excel clear format
13、学习MySQL 分组
华为无线设备配置双链路冷备份(AP指定配置方式)
When solving yolov5 training: "AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train"
[Recommended books] The first self-driving technology book
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
文件查询匹配神器 【glob.js】 实用教程
A. Doremy‘s IQ-- Codeforces Round #808 (Div. 1)
PHP算法之有效的括号
Additional Features for Scripting
B. Difference Array--Codeforces Round #808 (Div. 1)
研发团队数字化转型实践
选择合适的 DevOps 工具,从理解 DevOps 开始