SEC_CASE_SENSITIVE_LOGON

classic Classic list List threaded Threaded
3 messages Options
big
Reply | Threaded
Open this post in threaded view
|

SEC_CASE_SENSITIVE_LOGON

big
Hi,

On 11.2.0.4 on AIX

Should we restart database after running :

SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: SEC_CASE_SENSITIVE_LOGON

ErmanArslansOracleBlog
Administrator
No.
You can set it with scope=both argument.. (so you set it both in memory and in spfile -- supposing you are using a spfile) .. So short answer is no.
big
Reply | Threaded
Open this post in threaded view
|

Re: SEC_CASE_SENSITIVE_LOGON

big
Thank you Erman.