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: Alter user and special char " in password : what is the trick ?

Re: Alter user and special char " in password : what is the trick ?

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Fri, 03 Mar 2006 02:40:33 GMT
Message-Id: <pan.2006.03.03.02.40.32.571701@sbcglobal.net>


On Wed, 01 Mar 2006 01:52:03 -0800, jeandaniel.Moulin wrote:

> What should I do ?
>
> thanks

Try this:alter user toto identified by values 'toto'; There will be no complaints. All that yiu have to do now is to find a string that hashes to "toto". Given that Oracle hashing algorithm produces a string in hex digits, finding the set of all strings that hash to "toto" shouldn't be a problem.

-- 
http://www.mgogala.com
Received on Thu Mar 02 2006 - 20:40:33 CST

Original text of this message

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