Skip to Main Content

APEX

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!

IG ORA-01733: virtual column not allowed here

libraking123Apr 2 2019

Hi all

I have an editable IG built from a query as follows:

pastedImage_0.png

I have hidden the checkbox and some columns and made one item a select list and one a Modal LOV and added a DA to refresh after Save.

pastedImage_1.png

My IG displays as follows:

pastedImage_2.png

I seem to get Insert/Update working fine and then without significant change I get the following for any operation on the IG

pastedImage_3.png

Ajax call returned server error ORA-20987: APEX - Process 'New - Save Interactive Grid Data' raised 'ORA-01733: virtual column not allowed here' while executing a DML command. This error can occur if a column is based on an aggregation or SQL expression. Set column attribute 'Query Only' to Yes to exclude the column from the INSERT and UPDATE statement. - Contact your application administrator. for .

I assume it is because I have made select list/LOV - but it was working fine at one point - any ideas?

Comments
Post Details
Added on Apr 2 2019
0 comments
2,474 views