Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Password with special character
Hi Thye Hock Gan,
Thank you for your info.
I am using Oracle 8.1.6 Solaris 7
Install patch bug1225555 for SQL*PLUS
How can I change user password with special character
alter user teddy identified by bear&12#$;
is not working because of &
alter user teddy identified by 'bear&12#$';
also not working
I have password_verification profile with verify_function that provided by Oracle Administrator Guide that must at least 1 special character in user password.
Thank you,
Sinardy
-----Original Message-----
Sent: Friday, 11 May 2001 6:34 PM
To: LazyDBA mailing list
This are characters you can use:
!"#$%&()'*+,-/:;<+>_
if I'm not mistaken. Try them anyway.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sinardy Xing INET: sinardyxing_at_bcsis.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri May 11 2001 - 08:56:04 CDT