当前位置:网站首页>Dameng database_ User password policy
Dameng database_ User password policy
2022-07-24 06:10:00 【ls2best】
User password policy , namely : The complexity of using Hukou order , This is related to the security of users .
User password management
The maximum user password of Dameng database is 48 byte , At present, the system supports several password strategies :
Parameter values | Corresponding strategies |
|---|---|
| 0 | No strategy |
| 1 | It is forbidden to be the same as the user name |
| 2 | The password length is not less than 9 |
| 4 | Contains at least one capital letter (A~Z) |
| 8 | Include at least one number (0~9) |
| 16 | Include at least one punctuation mark ( In English input mode , except '' And all the symbols outside the space ) |
It should be noted that , Password policy can be used alone , You can also combine . In combination , If it is necessary to set the password length not less than 9 And contain at least one capital letter (A~Z), Then you only need to set the policy 2( The password length is not less than 9) And strategy 4( Contains at least one capital letter ) The sum of the , namely 2+4=6 that will do .
The default password policy of the database is 2.
Password policy setting method
1、 When you create a user , Specify the password policy of the secondary user .
It should be noted that , This method can only be used in the secure version of Damon database , Other versions do not support .
CREATE USER TEST_1 IDENTIFIED BY A1234 PASSWORD_POLICY 5;
[ Execute statement 1]:
CREATE USER TEST_1 IDENTIFIED BY A1234 PASSWORD_POLICY 5;
Execution failure ( sentence 1)
The first 1 An error occurred near the line [-5630]:
Non secure versions cannot do this
1 Statement execution failed 2、 stay DM Of INI Parameters PWD_POLICY Specify the system default password policy
Mode one : Modify through console tools
Mode two : Call system stored procedure SP_SET_PARA_VALUE(), To reset PWD_POLICY Value .
Such as :
SP_SET_PARA_VALUE(1,'PWD_POLICY',3)
Dynamic parameters , Immediate effect .
View password policy
Mode one :
SELECT * FROM V$PARAMETER WHERE NAME='PWD_POLICY';Mode two :
SELECT SF_GET_PARA_VALUE(1,'PWD_POLICY');Dameng community address :https://eco.dameng.com
边栏推荐
- Unity Shader :实现漫反射与高光反射
- The kernel apps to have died. it will restart automatically
- Pytorch single machine multi card distributed training
- 初识图形学
- MySql与Qt连接、将数据输出到QT的窗口tableWidget详细过程。
- Common methods of array
- JUC并发编程基础(8)--读写锁
- JDBC elementary learning ------ (learning from Shang Silicon Valley)
- Jupyter notebook select CONDA environment
- data normalization
猜你喜欢

Synergy LAN realizes multi host shared keyboard and mouse (AMD, arm)

Common methods of array

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

day2-WebSocket+排序
![Oserror: [winerror 127] the specified program cannot be found. Error loading “caffe2_detectron_ops.dll“ or one of its dependencies](/img/1d/4c9924c20f697011f0e9cda6616c12.png)
Oserror: [winerror 127] the specified program cannot be found. Error loading “caffe2_detectron_ops.dll“ or one of its dependencies
![[principles of database system] Chapter 5 algebra and logic query language: package, extension operator, relational logic, relational algebra and datalog](/img/6a/c30b139823208a2e021135a4bf8d58.png)
[principles of database system] Chapter 5 algebra and logic query language: package, extension operator, relational logic, relational algebra and datalog

Unicast, multicast, broadcast, tool development, introduction to QT UDP communication protocol development and source code of development tools

Channel attention and spatial attention module

通道注意力与空间注意力模块

HAL_Delay()延时误差约1ms的问题
随机推荐
C language linked list (create, traverse, release, find, delete, insert a node, sort, reverse order)
Deepsort summary
Jestson installs IBus input method
Foundation of JUC concurrent programming (4) -- thread group and thread priority
day5-jvm
【数据库系统原理】第五章 代数和逻辑查询语言:包、扩展操作符、关系逻辑、关系代数与Datalog
Learning rate optimization strategy
ue4 瞄准偏移
JDBC advanced -- learning from Shang Silicon Valley (DAO)
MySql下载,及安装环境设置
Conversion of world coordinate system, camera coordinate system and image coordinate system
Openpose Unity 插件部署教程
Detailed explanation of KMP code distribution
Foundation of JUC concurrent programming (7) -- multithread lock
Installation of tensorflow and pytorch frames and CUDA pit records
UDP通讯应用于多种环境的Demo
The kernel apps to have died. it will restart automatically
AD1256
使用Qt连接MySql并创建表号、写入数据、删除数据
unity最新版本的Text(TMP)UI文本怎么显示中文