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.
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