DBAsupport.com Forums - Powered by vBulletin
Results 1 to 9 of 9

Thread: Process in Oracle 8.1.7.3.0

  1. #1
    Join Date
    Sep 2002
    Posts
    411

    Process in Oracle 8.1.7.3.0

    Hi all,

    I have a question about the processes in Oracle 8.1.7.3.0 particularly. Besizes the background processes, I also found there couple other processes running by Oracle.exe and I am not sure what are these processes is for??? This is only happened on Oracle 8.1.7.3.0 b/c 8.1.7.2.1 doesn't have these processes. I have DBArtisan and when I go to monitor, I found that these processes is running the package owned by SYS as follow:


    begin
    SYS.DBMS_IJOB.remove( :job);
    end;


    Can someone please tell me what are these processes are for ???

    Thanks

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    SNPx processes are used to run scheduled job (assumming they are called SNPx?)

  3. #3
    Join Date
    Sep 2002
    Posts
    411
    could please elaborate more about what you just explain ??? Please!!!!

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    since you have not said what are the names of those extra processes I am assumming they are SNPx processes which are used to run scheduled jobs!

  5. #5
    Join Date
    Sep 2002
    Posts
    411
    Pando,

    I am not sure if you mean this name

    SYS SYSTEM 25292 TEST ORACLE.EXE BACKGROUND
    SYS SYSTEM 36460 TEST ORACLE.EXE BACKGROUND
    SYS SYSTEM 59820 TEST ORACLE.EXE BACKGROUND
    SYS SYSTEM 59696 TEST ORACLE.EXE BACKGROUND
    SYS SYSTEM 25300 TEST ORACLE.EXE BACKGROUND
    SYS SYSTEM 23696 TEST ORACLE.EXE BACKGROUND
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER
    SYS [NULL] [NULL] [NULL] [NULL] USER

  6. #6
    Join Date
    May 2002
    Posts
    37
    Check view SYS.V$BGPROCESS.

    Regards.

  7. #7
    Join Date
    Sep 2002
    Posts
    411
    Dave777,

    I did query the SYS.V$BGPROCESS and I think I found those processes are JOB_QUEUE_PROCESS. Another word I found 10 of these, and I set the JOB_QUEUE_PROCESSES=10 so another word, to whatever the number of process I set in the database, I am going to have that many number processes running in my database???

    What is the function of these processes ??? why are they appear in the database. Can someone throw out some lights, please???

  8. #8
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    hmm I have explained twice, those are used to run scheduled jobs!

    And yes if you set to 10 then 10 of those snpX processes are started

  9. #9
    Join Date
    Sep 2002
    Posts
    411
    Thanks Pando

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width