当前位置:网站首页>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
边栏推荐
- Foundation of JUC concurrent programming (7) -- multithread lock
- Qt新建工程简介
- [activiti] process variables
- Foundation of JUC concurrent programming (4) -- thread group and thread priority
- The problem that the user name and password are automatically filled in when Google / Firefox manages the background new account
- Traditional K-means implementation
- Machine learning (Zhou Zhihua) Chapter 4 notes on learning experience of decision tree
- bat批处理脚本、同时运行多个文件、按照顺序执行的批处理命令及xshell脚本。
- ++cnt1[s1.charAt(i) - ‘a‘];
- LSTM neural network
猜你喜欢

The problem that the user name and password are automatically filled in when Google / Firefox manages the background new account

HoloLens 2 中文开发文档 MRTK v2
![[MYCAT] related concepts of MYCAT](/img/44/99d413d47828252267b5242c64960b.png)
[MYCAT] related concepts of MYCAT

day2-WebSocket+排序

常见AR以及MR头戴显示设备整理
![[USB host] stm32h7 cubemx porting USB host with FreeRTOS to read USB disk, usbh_ Process_ The OS is stuck. There is a value of 0xa5a5a5](/img/be/b7723920f0e81e8699bb26dd1c0fe5.png)
[USB host] stm32h7 cubemx porting USB host with FreeRTOS to read USB disk, usbh_ Process_ The OS is stuck. There is a value of 0xa5a5a5

Calculation steps of principal component analysis

ue4 瞄准偏移

【数据库系统原理】第四章 高级数据库模型:统一建模语言UML、对象定义语言ODL

HoloLens 2 开发101:创建首个HoloLens 2应用程序
随机推荐
Openwrt quick configuration Samba
HoloLens 2 开发101:创建首个HoloLens 2应用程序
STM32 standard peripheral Library (Standard Library) official website download method, with 2021 latest standard firmware library download link
[MYCAT] related concepts of MYCAT
JSON. Dumps() function parsing
使用Qt连接MySql并创建表号、写入数据、删除数据
[FatFs] migrate FatFs manually and transfer SRAM virtual USB flash disk
Iotp2pgate two IOT devices point-to-point communication fast implementation scheme
HoloLens2开发:使用MRTK并且模拟眼动追踪
Unity(三)三维数学和坐标系统
Yolov5 learning summary (continuously updated)
Installation of tensorflow and pytorch frames and CUDA pit records
es6常用特性
[activiti] group task
[principles of database system] Chapter 4 advanced database model: Unified Modeling Language UML, object definition language ODL
Thymeleaf快速入门学习
unity2D游戏之让人物动起来-下
Learning rate optimization strategy
Channel attention and spatial attention module
HoloLens 2 中文开发文档 MRTK v2