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!

Interactive report computed columns (APXWS_CC_001)

lerusMar 4 2026

We recently upgraded our apex environment to 20.1.0.00.13

after upgrade one of our reports fails with error ORA-00904: "DS": invalid identifier

I found that DS column was added by APEX

select
 <our columns>
   (ROUND(DM + DN + DO + DP + DQ + DR + DS, 2)) "APXWS_CC_001"
from ….

I suspect that this is computed column(s)

Can you advise if there is a way to prevent APEX from adding these computed columns automatically?

This post has been answered by InoL on Mar 5 2026
Jump to Answer
Comments
Post Details
Added on Mar 4 2026
7 comments
112 views