I have created a table under schema basysxe_owner.
I also created a public synonym for this table.
In my application I'm using a TOracleDataSet based on this table:
SELECT uit.*
, uit.ROWID
FROM bxe_uitgevers uit
ORDER
BY naam
When I'm running the application as the owner of the...