Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Audit fixes - username equal password

azizAug 6 2012 — edited Aug 6 2012
Background: Oracle 11g on Windows environment


I am working on a query that will provide a list all usernames in my system where the username and password are the same. The problem is the passwords are not plan text so the query give zero result.

Is there any other way I can do query this problem?

Example:
SELECT name, user#, password from sys.user$
WHERE name = password;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2012
Added on Aug 6 2012
4 comments
340 views