首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

批改Oracle11g用户密码不区分大小写

2013-11-09 
修改Oracle11g用户密码不区分大小写C:\Users\adminsqlplus /as sysdbaSQL*Plus: Release 11.2.0.1.0 Pr

修改Oracle11g用户密码不区分大小写

C:\Users\admin>sqlplus "/as sysdba"

SQL*Plus: Release 11.2.0.1.0 Production on 星期一 10月 21 14:55:16 2013

Copyright (c) 1982, 2010, Oracle.? All rights reserved.


连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

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>

热点排行