当前位置:网站首页>Oracle set password complexity and timeout exit function
Oracle set password complexity and timeout exit function
2022-06-28 22:27:00 【1024 Q】
see oracle Whether to enable password complexity ;
Turn off password complexity checking
View password validity :
oracle Password set to 180 God
oracle Set password complexity
Set up oracle Timeout exit function ;
Check to see if it's on oracle Audit function of ;
summary
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 checkingSQL> 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_HOMEsee Oracle11g The default password complexity function script provided by the database (Oracle Install under directory /rdbms/admin/utlpwdmg.sql file )
[[email protected] Host name admin]$ sqlplus /nologSQL> connect /as sysdbaConnected.SQL> @?/rdbms/admin/utlpwdmg.sqloracle 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 ;
summaryThis is about oracle This is the end of the article on setting password complexity and setting timeout exit function , More about oracle To set the password complexity, please search the previous articles on SDN or continue to browse the following related articles. I hope you can support SDN in the future !
边栏推荐
- 职场人调研报告:裸辞占比最高的居然是中年人
- [SSH] login without password
- Use of axurer9 option group
- ansible生产环境使用场景(七):批量部署elk客户端
- Ctrip will push the "3+2" working mode: 3 days a week on duty and 2 days of free choice of office space. Do you envy it?
- Simple understanding of counting and sorting
- What does project management really manage?
- 关于杠杆的思考
- Pytorch builds transformer to realize multivariable and multi step time series forecasting (load forecasting)
- How to use the style label of jade template- How to use the style tag with jade templates?
猜你喜欢

Use of axurer9 master

论文解读(DCN)《Towards K-means-friendly Spaces: Simultaneous Deep Learning and Clustering》

5毛VS600亿,食品安全问题是卫龙上市最大的拦路虎?

After crossing, she said that the multiverse really exists

Use of dynamic panels

How to make beautiful pictures

After crossing, she said that the multiverse really exists

Description détaillée du schéma technique du sous - environnement syntonique auto - test de Zadig pour les développeurs

数据可视化中柱状图的实例应用,让乘风破浪公演结果一目了然

Deploy grafana to realize graphical monitoring
随机推荐
#yyds干货盘点# 解决剑指offer: 连续子数组的最大和(二)
Water brother's code
windows mysql5.7 开启binlog日志
职场进阶 | 了解岗位优势三板斧之“进场”
什么是低代码开发?
场景化接口开发利器,金蝶云苍穹新版OpenAPI引擎来了!
F1tenth gym of ROS 2 humble hawksbill
Linux Installation mysql5.7 (centos7.6) tutorial
go语言插件平台的实现思路
Pat 1054 the dominiant color (20 points)
The new version of OpenAPI engine of Kingdee cloud dome is coming!
After reading the list of global patent and chip buyers, I understand that high innovation can lead to high profits
基于graph-linked embedding的多组学单细胞数据整合与调控推理
以产业互联网的发展为开端,行业才能进入到一个全新的发展阶段
重磅!CDA认证考试备考答疑上线
What does project management really manage?
What is the prospect of VR panoramic production?
With the development of industrial Internet as the starting point, the industry can enter a new stage of development
项目管理到底管的是什么?
常用工具类与commons 类库