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: Michel Cadot <micadot{at}altern{dot}org>
Date: Wed, 1 Mar 2006 17:44:08 +0100
Message-ID: <4405cf57$0$4416$626a54ce@news.free.fr>

<jeandaniel.Moulin_at_free.fr> a écrit dans le message de news: 1141206723.241878.103000_at_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
|

Nothing.
The message is quite clear: "unimplemented feature".

Regards
Michel Cadot Received on Wed Mar 01 2006 - 10:44:08 CST

Original text of this message

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