Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORE loading synonyms?

user2548497Feb 23 2013 — edited Feb 25 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2013
Added on Feb 23 2013
4 comments
2,274 views