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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Querying from multiple schemas

655025Feb 5 2009 — edited Feb 6 2009
Hello:

In SQL Workshop, I'm trying to run a query which needs data residing in two different schemas. When I run the query, I receive an error message that the table or view does not exist.

Can APEX query from tables residing in different schemas? If so, how do I do this?

My query looks like this (the query actually has 25 columns - this was quicker to type):

select a.org_key, a.name, b.dwkey_org
from mdd.organization a, dd.organization_dim b
where a.org_key = b.dwkey_org;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2009
Added on Feb 5 2009
9 comments
1,541 views