码迷,mamicode.com
首页 > 数据库 > 详细

查看oracle 11g数据库用户的密码是否区分大小写

时间:2017-06-22 13:19:49      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:app   1.2   set   param   区分大小写   database   log   oracle   false   

  用sys用户sqlplus连接到数据:

SQL*Plus: Release 11.2.0.3.0 Production on Thu Jun 22 11:07:58 2017

Copyright (c) 1982, 2011, Oracle. All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP, Data Mining,
Oracle Database Vault and Real Application Testing options

SQL> show  parameter sec_case_sensitive_logon;

NAME                                       TYPE                VALUE
------------------------------------    -----------     ------------------------------
sec_case_sensitive_logon       boolean             TRUE

 

SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

 
系统已更改。
 
SQL> show  parameter  sec_case_sensitive_logon
 
NAME                                             TYPE        VALUE
------------------------------------      -----------     ------------------------------
sec_case_sensitive_logon             boolean     FALSE
SQL>

查看oracle 11g数据库用户的密码是否区分大小写

标签:app   1.2   set   param   区分大小写   database   log   oracle   false   

原文地址:http://www.cnblogs.com/qianyuliang/p/7064092.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!