RE: Password with special character

2001-05-11 Thread Sinardy Xing
Hi Thye Hock Gan, Thank you for your info. I am using Oracle 8.1.6 Solaris 7 Install patch bug122 for SQL*PLUS How can I change user password with special character alter user teddy identified by bear12#$; is not working because of alter user teddy identified by

RE: Password with special character

2001-05-11 Thread Yexley Robert D SSgt AFIT/SCA
If you're using the a profile with a password_verify function, then you shouldn't be using ALTER USER to change a user's password. If you are trying to change the password through SQL*Plus, then you should instead be using the SQL*Plus PASSWORD command: SQL PASSWORD username Using this command

Re: Password with special character

2001-05-11 Thread Bill Pribyl
Sinardy Xing wrote: Hi all, Can Oracle User change their password with special characters? As with other Oracle identifiers, you have to put double quotes around the password to include nonstandard stuff. SQL ALTER USER SCOTT IDENTIFIED BY *^%$$# L; User altered. SQL CONNECT scott/*^%$$#

RE: Password with special character

2001-05-11 Thread Jacques Kilchoer
Title: RE: Password with special character -Original Message- From: Sinardy Xing [mailto:[EMAIL PROTECTED]] I am using Oracle 8.1.6 Solaris 7 Install patch bug122 for SQL*PLUS How can I change user password with special character alter user teddy identified by bear12