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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to convert varchar2 to raw and vice versa?

unknown-1052419Apr 23 2014 — edited Apr 23 2014

Hi all,

11.2.0.1

Have table EMP with columns

(PASSWORD varchar2(64), PWD raw(64));

I want the value PWD to be updated with the value of PASSWORD.

and vice-versa. How do to it?

Thanks,

pK

This post has been answered by Warrior25 on Apr 23 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2014
Added on Apr 23 2014
7 comments
28,126 views