当前位置:网站首页>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;边栏推荐
- 域名重定向工具 —— SwitchHosts 实用教程
- npm npm
- 华为无线设备配置全局双链路冷备份(AC全局配置方式)
- 联邦学习入门
- ROS2初级知识(8):Launching启动多节点
- 避免使用 <b>、<i>、<s> 和 <u> 标签
- Calculate the angle of a line defined by two points
- Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you
- 【C补充】链表专题 - 单向链表
- CF1703G Good Key, Bad Key
猜你喜欢

leetcode刷题

Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution

华为无线设备配置全局双链路冷备份(AC全局配置方式)

联邦学习入门

移动端人脸风格化技术的应用

UML diagram of soft skills

Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile

From 0 to 1: Design and R&D Notes of Graphic Voting Mini Program

Wechat Gymnasium Appointment Mini Program Graduation Design Finished Work (4) Opening Report

解决端口占用
随机推荐
分享10套开源免费的高品质源码,免费源码下载平台
What is CICD excuse me
Go 微服务开发框架DMicro的设计思路
Create virtual environments with virtualenv and Virtualenvwrapper virtual environment management tools
PHP算法之有效的括号
【C补充】链表专题 - 单向链表
华为无线设备配置双链路冷备份(AP指定配置方式)
leetcode刷题
JS 数组去重(含简单数组去重、对象数组去重)
数据库表设计规则
下载安装 vscode(含汉化、插件的推荐和安装)
隔离和降级
10年稳定性保障经验总结,故障复盘要回答哪三大关键问题?|TakinTalks大咖分享
将vim与系统剪贴板的交互使用
excel vertical to horizontal
【SeaTunnel】从一个数据集成组件演化成企业级的服务
Always use "noopener" or "noreferrer" for links that open in a new tab
Graph Theory - Strongly Connected Component Condensation + Topological Sort
复现gallerycms字符长度限制短域名绕过
【数据分析03】