| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Query that returns 2 different results in 9iRAC and 10gRac
Here's the whole query...(I left out a line above):
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
)
![]() |
![]() |