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: tables with no synonyms

Re: tables with no synonyms

From: Thomas Day <tomdaytwo_at_gmail.com>
Date: Thu, 8 Feb 2007 08:43:51 -0500
Message-ID: <9f0e18730702080543p533198bai99d3363dc54a46bd@mail.gmail.com>


I like:

select t.table_owner, t.table_name
from dba_synonyms s, dba_tables
where s.table_name = o.synonym_name(+) and o.synonym_name is null and
(various ownership issues here)

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 08 2007 - 07:43:51 CST

Original text of this message

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