当前位置:网站首页>Dameng database_ Common user management commands
Dameng database_ Common user management commands
2022-07-24 06:10:00 【ls2best】
Damon database users
user | notes |
|---|---|
| SYS | Dameng database has built-in management users , Can't log in directly |
| SYSDBA | Database administrator |
| SYSAUDITOR | Audit users |
| SYSSSO | Secure users |
| SYSDBO | Data operators ( Security version ) |
View all user information :
SELECT * FROM DBA_USERS;Create user
Common user parameter configuration :
| Parameter name | Parameter meaning |
|---|---|
| FAILD_LOGIN_ATTEMPS | Number of failed attempts |
| PASSWORD_LOCK_TIME | Login attempt failed account lockout time |
| PASSWORD_LIFE_TIME | Password expiration time |
Create user statements
create user user name identified by password limit password_life_time Time (s),failed_login_attemps frequency , password_lock_time Time (s);User management
Lock the user
alter user user name account lock;Unlocking users
alter user user name account ulock;Change user password
alter user user name identified by password ;Delete user
drop user user name ;
or
-- cascading deletion , Use with caution
drop user user name cascade;Rights management
General weighting
grant Authority type on Authority object to user name ;Role empowerment
grant The role of to user name ;General permission recycling
revoke Authority type on Authority object from user name ;Role permission recycling
revoke The role of from user name ;Dameng community address :https://eco.dameng.com
边栏推荐
- STM32 standard peripheral Library (Standard Library) official website download method, with 2021 latest standard firmware library download link
- The detailed process of connecting MySQL with QT and outputting data to QT window tablewidget.
- Foundation of JUC concurrent programming (7) -- multithread lock
- LSTM neural network
- Native JS magnifying glass effect
- 简单却好用:使用Keras 2实现基于LSTM的多维时间序列预测
- AD1256
- JUC并发编程基础(4)--线程组和线程优先级
- JUC并发编程基础(6)--Lock锁
- JUC并发编程基础(1)--相关基础概念
猜你喜欢
![[activiti] process variables](/img/5e/34077833f6eb997e64f186d4773e89.png)
[activiti] process variables

Day3 jvm+ sorting summary

使用Keras实现 基于注意力机制(Attention)的 LSTM 时间序列预测
![[activiti] gateway](/img/8c/c89ec6c4c5871a32218ddadfd8beba.png)
[activiti] gateway

Statistical analysis of catering data --- Teddy cloud course homework

MySQL基础---约束

使用Qt连接MySql并创建表号、写入数据、删除数据

The detailed process of connecting MySQL with QT and outputting data to QT window tablewidget.
![[MYCAT] Introduction to MYCAT](/img/26/8911fe9e1fb104d7185dda0881804b.png)
[MYCAT] Introduction to MYCAT

day-7 jvm完结
随机推荐
AD1256
JUC并发编程基础(6)--Lock锁
QT novice entry level calculator addition, subtraction, multiplication, division, application
信号与系统:希尔伯特变换
JVM系统学习
Common features of ES6
How to solve the problem of large distribution gap between training set and test set
unity2D游戏之让人物动起来-上
JUC并发编程基础(8)--读写锁
JVM system learning
JDBC进阶—— 师承尚硅谷(DAO)
systemctl + journalctl
day1-jvm+leetcode
[activiti] process example
[MYCAT] related concepts of MYCAT
MySQL download and installation environment settings
MySQL foundation - constraints
Sort ArrayList < ArrayList < double> >
[activiti] group task
Typora installation package in November 2021, the last free version of the installation package to download v13.6.1