Transport Layer Security (TLS) helps keep your connections secure between an Oracle Database client and server by encrypting data. You… READ MORE
In today’s world, where data security is a top priority, protecting information as it moves between databases and applications is… READ MORE
|
It seems at times when roles are assigned they are not assigned as DEFAULT role to a user. The reason… READ MORE
In 11g the Oracle the hash password is no longer stored in DBA_USERS, it is stored in SYS.USER$ table in… READ MORE
In 11g Oracle supports password to be case sensitive. But the password can be case insensitive depending on value of… READ MORE
When a user name has a profile that has a password verify function set and the user tries to change… READ MORE
One of the ways to extend the password of an expiring account is to change the profile of the user.… READ MORE
|
SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON NAME TYPE VALUE ———————————— ———– —————————— sec_case_sensitive_logon boolean TRUE SQL> SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON =… READ MORE
Now Oracle has a quick way to find users with detault password. SQL> SELECT * FROM dba_users_with_defpwd; And here is… READ MORE
“Control what I can control”
~ Alex Lima