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

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

From: <jeandaniel.Moulin_at_free.fr>
Date: 1 Mar 2006 01:52:03 -0800
Message-ID: <1141206723.241878.103000@u72g2000cwu.googlegroups.com>


Hello,

this is what i use currently as password that contains special characters (Oracle 8.1.7) :

alter user toto Identified By "@toto!;"

I would like to insert a " in the password :

alter user toto Identified By "@to"to!;"

but I have this error ORA-01740: missing double quote in identifier

So I double the quote and ORA-03001: unimplemented feature

What should I do ?

thanks Received on Wed Mar 01 2006 - 03:52:03 CST

Original text of this message

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