当前位置:网站首页>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;
边栏推荐
- excel clear format
- qt-faststart 安装使用
- excel remove all carriage return from a cell
- Solve the port to take up
- Calculate the angle of a line defined by two points
- xctf attack and defense world web master advanced area web2
- xss相关知识点以及从 XSS Payload 学习浏览器解码
- 杭电多校3 1012. Two Permutations dp*
- ROS2初级知识(8):Launching启动多节点
- 浅析多服务在分布式系统下多事务通信处理机制方案
猜你喜欢
npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)
访问控制台中的选定节点
E - Integer Sequence Fair
SQL29 Calculate the average next day retention rate of users
牛客多校4 A.Task Computing 思维
系统可用性:SRE口中的3个9,4个9...到底是个什么东西?
研发团队数字化转型实践
D - Linear Probing- 并查集
简单3D渲染器的制作
Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you
随机推荐
ROS2初级知识(8):Launching启动多节点
PHP算法之最接近的三数之和
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
PostgreSQL 基础--常用命令
如何给 UE4 场景添加游戏角色
sys_kill系统调用
选择合适的 DevOps 工具,从理解 DevOps 开始
杭电多校3 1012. Two Permutations dp*
10年稳定性保障经验总结,故障复盘要回答哪三大关键问题?|TakinTalks大咖分享
chrome复制一张图片的base64数据
6134. 找到离给定两个节点最近的节点-力扣双百代码
添加大量元素时使用 DocumentFragments
软技能之UML图
牛客多校4 A.Task Computing 思维
毕业作业
别看了,这就是你的题呀
避免使用 <b>、<i>、<s> 和 <u> 标签
Access the selected node in the console
关于ETL的两种架构(ETL架构和ELT架构)
Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you