Interesting APEX with dblink issue
We recently ran in to a problem when connecting across a database link to a Postgres database. The query looked like this
select "column1", "column2" from "my_schema"."my_long_named_view"@my_db_link
It works fine from sql*plus and sql Develop...
apexdebug.com1 min read