Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to insert encrypted password in oracle sql

996004Mar 27 2013 — edited Mar 27 2013
INSERT INTO USERL VALUES('name',(SELECT password('password')),1);

When I run this query I got "FROM keyword not found where expected" error.. How can I insert encrypted password with this query.

Thanks in Advance!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2013
Added on Mar 27 2013
13 comments
7,926 views