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

Home -> Community -> Usenet -> c.d.o.server -> Re: Existence of tables - checking

Re: Existence of tables - checking

From: Jose Nicolau <jose.nicolau_at_clix.pt>
Date: Sat, 31 Mar 2001 09:50:31 -0500
Message-ID: <3AC5EEB7.26FB52C7@clix.pt>

just do
select 0 from table1;
and see the results... :)

Preetha Suri wrote:

> Hello,
>
> Consider the following scenario:
> user1 has a synonym to table1 which exists in user2.
>
> From user1, I have to check if table1 actually exists in user2.
> Would anybody be able to help me with an SQL statement for this??
>
> Thanks in advance.
>
> Regards,
> Preetha.
Received on Sat Mar 31 2001 - 08:50:31 CST

Original text of this message

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