Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Alter user and special char " in password : what is the trick ?
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.comReceived on Thu Mar 02 2006 - 20:40:33 CST