Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Background processes
R.B wrote:
>
> Can anyone tell me what initiates the Oracle background processes which are
> named
>
> ora_j000_SID
> ora_j001_SID ...
>
> when displayed by ps -ef on Solaris. By what I mean is it a user processes
> thru a network connection or a process as a result of a package etc
>
> The Oracle version is 9.2. Also, although I looked in the docs I could not
> see a complete list of all background processes and an explanation of what
> they are on Oracle 9.2 - has anyone got one
>
> Thanks
select * from v$bgprocess;
should help
-- ========================= Connor McDonald http://www.oracledba.co.uk "Some days you're the pigeon, some days you're the statue"Received on Thu May 22 2003 - 19:11:31 CDT
![]() |
![]() |