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!

oracle apex 20.2 classic report compute sum error contain DBLINK query

User_CXDLYJan 2 2021

after creating a classis report with DBLINK query compute sum is not working and getting error missing right perenties .
my query is
select EMPNO,ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO from abc.EMP@abc
after compute sum getting error
image.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2025
Added on Jan 2 2021
8 comments
656 views