I have successfully used any character in my passwords using double quotes, for example:
alter user example identified by "weird/@#&'pass\\";
I did not have any problems with special exceptions, even / 0 \ and other special cases that I saw that could not be executed, but I can not use the double quote in my password ("), I tried to escape characters already without success.
I see no restrictions on the Oracle Reference, is there a way to use double quotes or is this an undocumented restriction?
oracle sqlplus
Andres
source share