当前位置:网站首页>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;边栏推荐
- When solving yolov5 training: "AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train"
- SQL Server (design database--stored procedure--trigger)
- 牛客多校4 A.Task Computing 思维
- Chapter 19 Tips and Traps: Common Goofs for Novices
- y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
- Wechat Gymnasium Appointment Mini Program Graduation Design Finished Work (4) Opening Report
- PHP算法之电话号码的字母组合
- Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
- PostgreSQL Basics--Common Commands
- Calculate the distance between two points
猜你喜欢

xctf attack and defense world web master advanced area webshell

Postman batch test interface detailed tutorial

复现gallerycms字符长度限制短域名绕过

牛客多校4 A.Task Computing 思维

leetcode刷题

解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”

请问什么是 CICD

CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架

sys_kill系统调用

还在纠结报表工具的选型么?来看看这个
随机推荐
SQL29 Calculate the average next day retention rate of users
How to use pywinauto and pyautogui to link the anime lady and sister please go home
Chapter 12 End-User Task As Shell Scripts
IDEA常用插件
Access the selected node in the console
chrome复制一张图片的base64数据
vscode hide menu bar
移动端人脸风格化技术的应用
Quarantine and downgrade
PostgreSQL 基础--常用命令
Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you
npm npm
npm npm
添加大量元素时使用 DocumentFragments
2022/7/31
From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs
Always use "noopener" or "noreferrer" for links that open in a new tab
bat 之 特殊字符&转义
PAM Palindromic Automata
ROS2初级知识(8):Launching启动多节点