Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Help: How is password hashed in Oracle?

Re: Help: How is password hashed in Oracle?

From: gazzag <gareth_at_jamms.org>
Date: 4 May 2006 06:42:26 -0700
Message-ID: <1146750146.628120.210130@i39g2000cwa.googlegroups.com>


> Why not do this:
>
> spool test_password.sql
> SELECT 'CONNECT '||username||'/'||username FROM dba_users;
> spool off
> spool test_password.out
> @test_password
> spool off
>
> This will attempt to connect to every user with the password as their
> username. Review the test_password.out file to see if you were able to
> connect.

This is a good example of how we can sometimes try to over-complicate things; the simplest solutions are invariably the best :-) Received on Thu May 04 2006 - 08:42:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US