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: Accessing other users' tables

Re: Accessing other users' tables

From: Sergei Peter Pohilko <pohilko_at_prodigy.net>
Date: Fri, 15 Jan 1999 17:13:58 -0600
Message-ID: <369FCBB6.4CF729FB@prodigy.net>


Erik Forkalsrud wrote:

> Is there any way I can skip the owner part in from of each table
> reference, so I don't have to rewrite all the queries throughout the
> application?

Grant an object rights (SELECT, INSERT, DELETE) to other users and create a synonym
for this object in the user's scheme (with the same name). If you have a lot of object, then
you'll better do it with script.

Sincerely.
S.P.Pohilko Received on Fri Jan 15 1999 - 17:13:58 CST

Original text of this message

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