SQL Developer 4.1.3 or 4.1.5 (4.1.5.21 build 21.78). If I create a user in SQL Developer, the password is not enclosed in double quotes. This generates an error if the password has an asterisk in it. When I edit the user in SQL Developer and change the password, the password is enclosed in double quotes and does not generate any error when asterisk is present. So, why is the password enclosed in double quotes when editing user but not when creating a user?
Thanks