当前位置:网站首页>SQL classification, user properties
SQL classification, user properties
2022-06-22 05:16:00 【a good idea】
See what roles there are
select * from user_role_privs;
View your own roles and permissions
select * from role_sys_privs;
The modification user is locked ( Non locking ) state , Locked status is unable to log in
alter user user name account lock|unlock;
Query the user
select * from all_users;
Ordinary users
sqlplus user name / password ;
System administrator login , Identity must be specified ,as sysdba perhaps as sysoper, You can log in normally without entering a password
sqlplus sys/ as sysdba;
边栏推荐
- 1108. Defanging an IP Address
- mysql day03课堂笔记
- DTS migration script MySQL
- MySQL day02 class notes
- C language data type conversion rules (implicit conversion + explicit conversion)
- laravel的服务容器,服务提供者,门面的理解
- mysql day01课堂笔记
- php正则怎么去掉括号内容
- Progress warning and problem management of progress control in Zhiyuan project management SPM system
- Will swift compile to native code- Does Swift compile to native code?
猜你喜欢

使用keytool从.jks文件获取SSL certificate

Detailed explanation of deep learning technology for building an image search engine that can find similar images

图扑软件2D与2.5D案例合集|智慧园区、数据中心、SMT 生产线...

Gavin's perception of transformer live class - NLU and policies data decryption, source code analysis and practice of insurance BOT in the insurance industry of Rasa dialogue robot project (57)

Will swift compile to native code- Does Swift compile to native code?

守护进程的流程

ActiveMQ knowledge summary of Message Oriented Middleware

数据库---基础知识
![Reading notes on how MySQL works [updating]](/img/4a/56cff3db0d45e66f51beb490c3ae71.jpg)
Reading notes on how MySQL works [updating]

VirtualBox 6.1.34 发布
随机推荐
C语言概念知识扫盲(不定期补充更新)
VirtualBox 6.1.34 release
[camp] at the beginning, improve [leopard] power - vivo activity plug-in management platform
Monorepo丝滑方法论:引用模块热更新
flink部署模式(一)- standalone和application
CS 611 Game
In depth understanding of JS delete
Graduation feedback! All contributors of Apache Doris community come to receive gifts!
JedisSentinel 工具类
2022 welder (primary) new version test questions and welder (primary) free test questions
Which methods are not allowed to be overridden?
mysql day02课堂笔记
It's 2022. Don't you hurry to learn typescript?
Build JSP development environment in vs Code
Fancy optimizer finishing
非递归打印斐波那契数列
图扑软件2D与2.5D案例合集|智慧园区、数据中心、SMT 生产线...
在Vs Code中搭建JSP开发环境
numpy庫常用知識整理
How to display loading animation when requesting data