To: Sam Sairlao 
On Wed, 29 Sep 1999, Sam Sairlao wrote:

> Hello DBA,
> 
> It is possible to describe sysnonym?
> For example desc v$sysstat (synonym for v_$sysstat).
> 
> Best Regard
> Sam.
>                                   \\|//
>                                  O O
> =========0000o============o0000========
> Sam Sairlao
> Access System
> sam@access.com.au
> Tel: +61 2 9957 1036
> Fax: +61 2 9959 5111
> ^^^^^  http://www.access.com.au   ^^^^^
Sam,

You can see it with:

SELECT * FROM USER_SYNONYMS
WHERE SYNONYM_NAME = 'enter_the_name';

This gives the owner and object name that the synonym is based upon.

Best regards,

-Ari Kaplan
Independent Oracle DBA Consultant

<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 325+ Oracle tips, visit my Web Page:                      <->
<->                                                               <->
<->             http://www.arikaplan.com                          <->
<->                                                               <->
<->             email: akaplan@interaccess.com                    <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->

Back to Ari Kaplan's Home Page Back to Ari Kaplan's Home Page