Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to read table using Synonym
On Thu, 01 Sep 2005 14:20:49 -0700, sunny076 interested us by writing:
> Hi,
>
> I am wondering if anyone can tell me how I can read (select) data from
> a synonym. I am getting the synonym list and want to be able to use
> orcale SQL to read/select it.
>
> Thank you in advance,
>
> Sunny
Are you perhaps being confused about the definition of a synonym? From the Oracle documentation at http://docs.oracle.com, specifically from the Oracle9i SQL Language Reference manual, under 'CREATE SYNONYM' section, we learn that:
Managing a synonym is discussed in the Oracle Dtabase Administrator's Guide in the section titled 'Managing Synonyms', where you find out the basics of creating and dropping, asd well as a bunch of hints about how and when to set them up.
Finally, use them just as you would use the object (table view sequence procedure etc) for which the synonym is, well, a synonym.
-- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** I no longer assist with top-posted newsgroup queries ***Received on Thu Sep 01 2005 - 16:35:38 CDT
![]() |
![]() |