Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle BG processes and SQL visibility in 10.2.0.2
Luso Joe wrote:
> On Sat, 30 Sep 2006 23:43:22 GMT, Mladen Gogala
> <mgogala.spam-me-not_at_verizon.net> wrote:
>
>> The question still remains: is there a way to see SQL commands executed by >> the background processes in V$SQL?
This is demonstratably not true.
SQL> SELECT service, COUNT(*)
2 FROM gv$sql
3 GROUP BY service;
SERVICE COUNT(*)
---------------- ---------- orabase 120 SYS$BACKGROUND 483 SYS$USERS 930
SQL>
-- Daniel Morgan University of Washington Puget Sound Oracle Users GroupReceived on Sun Oct 01 2006 - 00:02:24 CDT
![]() |
![]() |