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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to read table using Synonym

Re: How to read table using Synonym

From: <sunny076_at_yahoo.com>
Date: 1 Sep 2005 15:15:20 -0700
Message-ID: <1125612920.933957.311810@g47g2000cwa.googlegroups.com>


Thank you for your reply. I want to get the metadata from the synonym. How can I do so? I was using the SQL syntax below to get Column name from Oracle Table.
"select column_name, data_type, data_precision, data_scale  from all_tab_columns"

Thank you in advance,

Sunny Received on Thu Sep 01 2005 - 17:15:20 CDT

Original text of this message

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