查看oracle 11g数据库用户的密码是否区分大小写
Posted 浅雨凉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看oracle 11g数据库用户的密码是否区分大小写相关的知识,希望对你有一定的参考价值。
用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数据库用户的密码是否区分大小写的主要内容,如果未能解决你的问题,请参考以下文章
oracle 11g 的SQL的用户名和口令是啥,而且用户名可以输入但是口令为啥输入不了???
刚刚安装的oracle 11g 登陆不了em 总是用户名或密码无效 我明明记得的啊 win7系统~~求高手拯救