oracle 大小写秘密码,[原创]oracle id和密码忽略大小写连接参数

Oracle 隐含参数:_case_sensitive_logon 的事例

隐含参数:_case_sensitive_logon

开关: True/False 默认是True

状态: Spfile

如下:

[email protected]> conn lyn/Oracle

ERROR:

ORA-01017: invalid username/password; logon denied

Warning: You are no longer connected to ORACLE.

@> conn / as sysdba

Connected.

[email protected]> alter system set _case_sensitive_logon=false;

alter system set _case_sensitive_logon=false

*

ERROR at line 1:

ORA-00911: invalid character

[email protected]> alter system set "_case_sensitive_logon"=false;

alter system set "_case_sensitive_logon"=false

*

ERROR at line 1:

ORA-02095: specified initialization parameter cannot be modified

[email protected]> alter system set "_case_sensitive_logon"=false scope=spfile;

System altered.

[email protected]> startup force;

ORACLE instance started.

Total System Global Area 418484224 bytes

Fixed Size 1345352 bytes

Variable Size 281020600 bytes

Database Buffers 130023424 bytes

Redo Buffers 6094848 bytes

Database mounted.

Database opened.

[email protected]> conn lyn/OraclE

Connected.

[email protected]>

注意点

1,默认值是True

2,修改时要加双引号

3,修改状态范围是Spfile,需要重启生效

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值