Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Alter user and special char " in password : what is the trick ?
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