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: Query that returns 2 different results in 9iRAC and 10gRac

Re: Query that returns 2 different results in 9iRAC and 10gRac

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 10 Mar 2005 00:30:06 +0100
Message-ID: <6n1v21d8hlnq8el4l63td0l3kdl4qk6ij5@4ax.com>


On 9 Mar 2005 14:31:45 -0800, "Brian" <brian_at_databaseknowledge.com> wrote:

>Google seems to be having issues...here's the query again:
>
>with qw as ( select inst_id from gv$session),
> y as ( select unique inst_id from qw
> union all
> select unique inst_id from qw
> )
>select * from y

Get connected to a proper newsserver, and stop repeating your posts.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Mar 09 2005 - 17:30:06 CST

Original text of this message

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