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: Hierarchy of how table_name is resolved

Re: Hierarchy of how table_name is resolved

From: Jared Still <jkstill_at_bcbso.com>
Date: Fri, 29 Sep 2000 16:06:01 -0700 (PDT)
Message-Id: <10634.118280@fatcity.com>


This is in the Developers Guide under Name Resolution.

Jared

On Thu, 28 Sep 2000, Cale, Rick T (Richard) wrote:

> Hi All,
>
> I cannot seem to find in any docs on how Oracle determines resolution of
> table to access.
>
> For ex say I have the following:
>
> Public synonym name test_table
> Private synonym under rick account name test_table.
> Rick owns a table name test_table
>
> If Rick does select * from test_table;
> what order does oracle use to resolve?
>
> The obvious is the following but not sure.
>
> 1. Look in Rick schema for test_table.
> 2. Use private synonym
> 3. Use public synonym
>
> Thanks
> Rick
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Cale, Rick T (Richard)
> INET: RICHARD.T.CALE_at_saic.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

Jared Still
Certified Oracle DBA and Part Time Perl Evangelist ;-) Regence BlueCross BlueShield of Oregon
jkstill_at_bcbso.com - Work - preferred address Received on Fri Sep 29 2000 - 18:06:01 CDT

Original text of this message

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