当前位置:网站首页>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;边栏推荐
- cmd指令
- 1391D. 505 状压dp
- 下载安装 vscode(含汉化、插件的推荐和安装)
- When using DocumentFragments add a large number of elements
- 选择合适的 DevOps 工具,从理解 DevOps 开始
- JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method
- excel cell contian two words, seperated by a slash
- 部门项目源码分享
- y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
- Wechat Gymnasium Appointment Mini Program Graduation Design Finished Work (4) Opening Report
猜你喜欢

Is TCP reliable?Why?

Prufer sequence

访问控制台中的选定节点

From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs

Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you

6134. 找到离给定两个节点最近的节点-力扣双百代码

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

13、学习MySQL 分组

编曲软件FL studio20.8中文版功能和作用

03. GO language variable definition, function
随机推荐
excel split text into different rows
联邦学习在金融领域的发展和应用
隔离和降级
Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile
Create virtual environments with virtualenv and Virtualenvwrapper virtual environment management tools
访问控制台中的选定节点
用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
Solve the port to take up
Chapter 11 Working with Dates and Times
UML diagram of soft skills
Background project Express-Mysql-Vue3-TS-Pinia page layout-sidebar menu
DRF generating serialization class code
Interpretation of the paper (GSAT) "Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism"
PostgreSQL 基础--常用命令
Prufer sequence
将vim与系统剪贴板的交互使用
Deep learning Course2 first week Practical aspects of Deep Learning exercises
Three, mysql storage engine - building database and table operation
From 0 to 1: Design and R&D Notes of Graphic Voting Mini Program
A. Doremy‘s IQ-- Codeforces Round #808 (Div. 1)