Skip to Main Content

APEX

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!

Report on Synonm

Martin Giffy D'SouzaJul 30 2008 — edited Jul 31 2008
Hi,

When I try to create a report on a synonym I get the an error that the table or view is not found.

Here's my test instance:

schema: Martin
view: v_emp

schema: Bob
synonym called: v_emp which points to martin.v_emp


When I am logged in SQL*Plus as bob, I can run the following:
select *
from v_emp;
This returns all the rows etc.

Now in APEX, with the parsing schema set to: BOB, I try to create a report:
select *
from v_emp;

I get an error stating that the table/view is not found. Why is this happening? Is their a workaround?

Thank you,

Martin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2008
Added on Jul 30 2008
3 comments
384 views