ORE loading synonyms?
Hi,
We are using ORE 1.3 and having problem handling synonyms. It looks to me that ORE cannot access tables via synonyms, only directly.
So for example this works
df <- ore.get("TABLENAME", "SCHEMA_WHERE_THE_TABLE_LOCATED")
but this doesn't
df <- ore.get("TABLENAME", "SCHEMA_WHERE_THE_SYNONYM_TO_THE_TABLE_LOCATED")
Any way to access tables via synonyms in ORE 1.3?
Thanks
Zoltan