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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Overhead using a role

RE: Overhead using a role

From: <thump604_at_comcast.net>
Date: Tue, 27 Apr 2004 20:06:39 +0000
Message-Id: <042720042006.29879.408EBD4F00092506000074B72200750330FFCBCFC98F928A97@comcast.net>


Just some loose change:

Note:131272.1
Subject: How using synonyms may affect database performance and scalability

--
- David Green

> There should be no difference in performance when running the query as the
> owner and as any user with the necessary privileges on the query objects
> from a role. Make sure that the different users are accessing the same
> objects.
>
> Joe: select * from table_a sees larry.table_a via private synonym
> Bob: select * from table_a sees bob.table_a due to ownership
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
Received on Tue Apr 27 2004 - 15:10:29 CDT

Original text of this message

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