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 ?
<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
![]() |
![]() |