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 -> To anyone with 9.2.0.5 or 10g...

To anyone with 9.2.0.5 or 10g...

From: Volker Hetzer <volker.hetzer_at_ieee.org>
Date: Thu, 22 Apr 2004 16:34:51 +0200
Message-ID: <c68l6c$qab$1@nntp.fujitsu-siemens.com>


Hi!
Could you please test the following statement (as a normal user) for me and tell me whether it works for you? It doesn't work in 9.2.0.4. (ORA-00942)

select t1.table_name, t2.table_name

    from

        all_tables t1 full outer join all_tables t2 on (t1.table_name = t2.table_name);

Lots of Thanks!
Volker Received on Thu Apr 22 2004 - 09:34:51 CDT

Original text of this message

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