Synonym in trucate table, drop table ...

From: <zigzagdna_at_yahoo.com>
Date: Thu, 18 Dec 2008 10:46:25 -0800 (PST)
Message-ID: <13d36320-bdb2-44b4-8969-e52d81fb731a@f11g2000vbf.googlegroups.com>


 am on Oracle 10.2.0.3 on HP UNIX 11i.

When I execute a statement:
truncate table t;

where t is a synonym for a table tx

I get error
ORA-00942: table or view does not exit

However, if I do truncate table tx
table is deleted.
synonym however works for insert, select, delete, update etc.

What is rationale for not recognizing synonyms in ceratin statements.

Thanks Received on Thu Dec 18 2008 - 12:46:25 CST

Original text of this message