DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: snp background process is not running

  1. #1
    Join Date
    May 2002
    Posts
    27

    snp background process is not running

    I have the job_queue_processes=10 and job-queue_interval=60. i started my db. and if i do ps -ef |grep ora_sn it gives 0 reslut set.
    let me know if i am hiting any oracle bug. My Oracle version is 8174.

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    ALTER SYSTEM SET JOB_QUEUE_PROCESSES = 2;

    then do ps -ef|grep ora_snp


    regards
    Hrishy

  3. #3
    Join Date
    May 2002
    Posts
    27
    even then not showing up.

  4. #4
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    Do your jobs execute?

    I know the job queue process changed to cjq0 in 9i, I'm sure it was still snp in 8i but it might be worth checking to see if you have a cjq0 process. I don't have any 8174 instances here so I can't test it, but my 8170 instance still has snp processes.

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  5. #5
    Join Date
    May 2002
    Posts
    27
    Hi Jim:

    It will get refreshed if i execute manually by
    exec dbms_job.run(). it not through the snp process.

  6. #6
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    Are you getting any errors reported in your alert log or any trace files being generated which explains why the processes are either not starting or are being killed.

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  7. #7
    Join Date
    May 2002
    Posts
    27
    nothing there in alert log file. it says PL/SQL procedure succesfully completed.

  8. #8
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    Are the processes being registered in v$bgprocess

    Code:
    SELECT paddr, name, error
    FROM v$bgprocess 
    WHERE name like 'SNP%';
    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  9. #9
    Join Date
    May 2002
    Posts
    27
    Hi Jim:
    It gave the error 448 for the query u mentioned.

  10. #10
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    Very odd

    When the instance starts it should record the SNP processes starting in the alert log and also any subsequent failure. Can you post the snippets of the alert log that shows these entries and are you sure no trace files are created?

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

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