-
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.
-
Hi
ALTER SYSTEM SET JOB_QUEUE_PROCESSES = 2;
then do ps -ef|grep ora_snp
regards
Hrishy
-
even then not showing up.
-
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!
-
Hi Jim:
It will get refreshed if i execute manually by
exec dbms_job.run(). it not through the snp process.
-
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!
-
nothing there in alert log file. it says PL/SQL procedure succesfully completed.
-
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!
-
Hi Jim:
It gave the error 448 for the query u mentioned.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|