当前位置:网站首页>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;
边栏推荐
- Error creating bean with name ‘dataSource‘:Unsatisfied dependency expressed through field ‘basicPro
- Prufer sequence
- 软技能之UML图
- Chapter 12 End-User Task As Shell Scripts
- 还在纠结报表工具的选型么?来看看这个
- A. Doremy‘s IQ-- Codeforces Round #808 (Div. 1)
- 美赞臣EDI 940仓库装运订单详解
- 03、GO语言变量定义、函数
- C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库
- 【C补充】链表专题 - 单向链表
猜你喜欢
随机推荐
毕业作业
y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
美赞臣EDI 940仓库装运订单详解
qt-faststart 安装使用
SQL29 Calculate the average next day retention rate of users
SQL Server (design database--stored procedure--trigger)
毫秒级!千万人脸库快速比对,上亿商品图片检索,背后的极速检索用了什么神器?
关于ETL的两种架构(ETL架构和ELT架构)
ROS2初级知识(8):Launching启动多节点
excel vertical to horizontal
1391D. 505 状压dp
数据分析04
ping no reply
【数据分析03】
Wechat Gymnasium Appointment Mini Program Graduation Design Finished Work (4) Opening Report
leetcode刷题
部门项目源码分享
将vim与系统剪贴板的交互使用
Interpretation of the paper (GSAT) "Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism"
Avoid , ,
, and tags