Hi
while update the below query that show ORA-54017: UPDATE operation disallowed on virtual columns
how to update the below query?
query :
UPDATE jur_verify_out out
SET jur_sec = jur_sec||',JUR_US',
re_us='Y',
jur_cum = jur_com||',JUR_US'
where (out.tid,out.int_id) in (select s.tid,s.int_id from jur_verify_input in
where in.tid=out.tid and in.int_id=out.int_id);
Thanks
Message was edited by: 959406