ODBC error on pass-through query (1 Viewer)

Isaac

Lifelong Learner
Local time
Yesterday, 21:53
Joined
Mar 14, 2017
Messages
8,777
Here is a page that may help:

I would start simple. Test a very small bit of SQL with different identifier styles until one works:
Code:
select * from "schema"."table" where rownum<5
(note, in that example I just took a guess at what one of your 'identifier styles' might be if you wanted to test it, you may have to test a few).

You may need to find out from your DBA what is the 'safest' (and probably most verbose) way of selecting from that view in the identifier portion
 

Users who are viewing this thread

Top Bottom