Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Help with query across schema in TOAD

Re: Help with query across schema in TOAD

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Tue, 03 Oct 2006 20:15:46 +0200
Message-ID: <efu91a$p32$1@news6.zwoll1.ov.home.nl>


zwasdl_at_gmail.com schreef:
> Hi,
> I think I didn't describe my questions properly.
> I have two userIDs which can connect to two different Oracle
> Databases.

Misconception #1: it is one database, two schema's!

> I'm trying to join the tables from the two databases. I know
> in MS Access I can do that via linked tables, but I can't write hint in
> query. So I have the following two questions:
> 1. How can I do it in TOAD/Oracle?

Not. Unless you grant access to the tables, owned by A to B: grant select on my_table to b;

B can now: select * from a.mytable;

> 2. How can I add hint in Access in this case? I know pass-through
> query might work, but will face the same issue as in question 1.

Would not know. What is Access?

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Tue Oct 03 2006 - 13:15:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US