Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Distributed database
Xfukk01_at_vse.cz wrote:
>
> I need to connect two Oracle servers which contain different data (we want
> to do joins between two tables but each one is on differnet server). Should
> I use database links? And if so how must I grant privileges for users from
> one server on the another one - or is there any possibility to create
> "global" users and roles for the whole distributed database.
> Thank you Karel FUKA
Just create a PUBLIC database link.
You can then access tables by select * from table_at_db_link;
D.L. McKinnon
Oracle DBA
Received on Mon May 12 1997 - 00:00:00 CDT
![]() |
![]() |