当前位置:网站首页>How to set password complexity and timeout exit function in Oracle
How to set password complexity and timeout exit function in Oracle
2022-06-30 02:46:00 【Yisu cloud】
oracle How to set password complexity and timeout exit function
Today I'd like to share with you oracle How to set password complexity and timeout exit function , Detailed content , Clear logic , I believe most people still know too much about this knowledge , So share this article for your reference , I hope you will gain something after reading this article , Now let's take a look .
see oracle Whether to enable password complexity ;
select limit from dba_profiles where RESOURCE_NAME='PASSWORD_VERIFY_FUNCTION' and profile='DEFAULT';
Limit The value of the column is null Indicates that the password verification function is not enabled ; If the return value is :VERIFY_FUNCTION_11G It means that the verification function function is enabled
Turn off password complexity checking
SQL> alter profile default limit PASSWORD_VERIFY_FUNCTION null;Profile altered.
View password validity :
SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';
oracle Password set to 180 God
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME 180;
oracle Set password complexity
[[email protected] Host name ~]# su - oracle[[email protected] Host name ~]# echo $ORACLE_HOME
see Oracle11g The default password complexity function script provided by the database (Oracle Install under directory /rdbms/admin/utlpwdmg.sql file )
[orac[email protected] Host name admin]$ sqlplus /nologSQL> connect /as sysdbaConnected.SQL> @?/rdbms/admin/utlpwdmg.sql
oracle Unlock after user lock
SQL> conn /as sysdbaSQL> alter user test account unlock;
Set up oracle Timeout exit function ;
SQL> SELECT name, value FROM gv$parameter WHERE name = 'resource_limit';NAME VALUE--------------- ----------resource_limit FALSE without , Then enable this parameter :SQL> ALTER SYSTEM SET RESOURCE_LIMIT=TRUE;System altered.SQL> SELECT name, value FROM gv$parameter WHERE name = 'resource_limit';NAME VALUE--------------- ----------resource_limit TRUE Modify existing Profile Medium IDLE_TIME:SQL> ALTER PROFILE DEFAULT LIMIT IDLE_TIME 10;
=========================================================
Check to see if it's on oracle Audit function of ;
show parameter audit;

stay oracle11g in , The database audit function is enabled by default ( This sum oracle10g Is not the same ,10g The default is off )
audit_trail Of value The value is NONE Indicates not open ;
audit_trail Of value The value is FALSE Indicates not open ;
audit_trail Of value The value is DB Open for indication ;
audit_trail Of value The value is TURE Open for indication ;
audit_trail Of value The value is OS Indicates that the audit record is written to an operating system file ;
That's all “oracle How to set password complexity and timeout exit function ” All the content of this article , Thank you for reading ! I believe you will gain a lot after reading this article , Xiaobian will update different knowledge for you every day , If you want to learn more , Please pay attention to the Yisu cloud industry information channel .
边栏推荐
- 【npm】解决使用npm安装TypeORM的报错问题
- Raii memory management
- Five cheapest wildcard SSL certificate brands
- Three solutions to forced hibernation of corporate computers
- DigiCert Smart Seal是什么?
- Merge sort
- CMake教程系列-02-使用cmake代碼生成二進制
- High paid programmers & interview questions series 63: talk about the differences between sleep (), yield (), join (), and wait ()
- SSL证书格式转化的两种方法
- 什么是自签名证书?自签名SSL证书的优缺点?
猜你喜欢

Some configuration details about servlet initial development

Study diary: February 15, 2022

打造創客教育中精湛技藝
![[论]【DSTG】Dynamic SpatiotemporalGraph Convolutional Neural Networks for Traffic Data Imputation](/img/c3/f9d6399c931a006ca295bb1e3ac427.png)
[论]【DSTG】Dynamic SpatiotemporalGraph Convolutional Neural Networks for Traffic Data Imputation

Jupyter notebook displays a collection of K-line graphs

FAQs for code signature and driver signature

A quick look at the statistical data of 23 major cyber crimes from 2021 to 2022

FDA ESG规定:必须使用数字证书保证通信安全

Pytoch learning (II)

什么是证书透明度CT?如何查询CT logs证书日志?
随机推荐
Linear algebra Chapter 4 Summary of knowledge points of linear equations (Jeff's self perception)
Ffmpeg source code
FAQs for code signature and driver signature
Unity3d ugui force refresh of layout components
Global and Chinese market for defense network security 2022-2028: Research Report on technology, participants, trends, market size and share
What about punctuation in the first column of unity text
Jupyter notebook displays a collection of K-line graphs
Three solutions to forced hibernation of corporate computers
HTA入门基础教程 | VBS脚本的GUI界面 HTA简明教程 ,附带完整历程及界面美化
What are the requirements for NPDP product manager international certification examination?
What should academic presentation /ppt do?
选购通配符SSL证书注意事项
NPDP产品经理国际认证考试报名有什么要求?
Differences among digicert, SECTIONO and globalsign code signing certificates
Two methods of SSL certificate format conversion
Seven common errors of SSL certificate and their solutions
Summary of knowledge points about eigenvalues and eigenvectors of matrices in Chapter 5 of Linear Algebra (Jeff's self perception)
打造創客教育中精湛技藝
Intel-Hex , Motorola S-Record 格式详细解析
uniapp 地址转换经纬度