For one customer site, the following query:
select /*+ ods(false) */ *
from Werkgevers@loket wgr
join PersonenPerWerkgever(wgr.entryid)@loket psn
join WerknemerVerloningsrunsPerPersoon(wgr.entryid)@loket wvn
returns an error with message code "s:Client" and text "Not Allowed List".
I seem unable to find any documentation on this loket.nl error with Invantive SQL. How can I fix it?