Drop a table via synonym
From: <nicetom786_at_yahoo.com>
Date: 30 Nov 2006 15:02:35 -0800
Message-ID: <1164927754.939876.318920_at_h54g2000cwb.googlegroups.com>
[Quoted] I have 2 schemas
Date: 30 Nov 2006 15:02:35 -0800
Message-ID: <1164927754.939876.318920_at_h54g2000cwb.googlegroups.com>
[Quoted] I have 2 schemas
In schema X ,I created a table A.
[Quoted] In schema Y ,I created a synonym to table A.
In Schema Y ,I created a procedure to drop the table A. ORA :00942:table or view does not exist.
Any ideas how should I go with this.
Should I have to use ----drop the table X.A
Pls share your ideas.
Thanks Received on Fri Dec 01 2006 - 00:02:35 CET