In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Oracle job can be executed automatically before, but not later?
Check the job process of oracle through ps-ef | grep ora_j, but no related job process is found.
[oracle@ncb1dg ~] $ps-ef | grep ora_j
Oracle 13527 24508 0 15:13 pts/4 00:00:00 grep ora_j
View the all_jobs view to view details such as the last execution time and the next execution time of job
Select log_user,priv_user,schema_user,last_date,next_date,broken,interval from all_jobs where broken='N'
Log_userpriv_userschema_userlast_datenext_datebrokenintervaltesttesttest2015/11/16 15Grou232015Accord 11 15:24Nsysdate+1/ (24x60) testtesttest2015/11/16 15 testtesttest2015/11/16 182015lash 11peg 16 15:28NSYSDATE+10/1440testtesttest2015/11/16 15Rod 242015Accord 11 15:29Nsysdate+5/ (24x60)
It is found that there is no interruption in jobs, and there is no hang to check the relevant job through DBA_JOBS_RUNNING.
By checking that the job_queue_processes of the current database is also greater than 0, job still cannot be executed automatically.
SQL > show parameter job
NAME TYPE VALUE
-
Job_queue_processes integer 10
It was later discovered that it was caused by changing the OS time zone. Solution:
1. Restart the database.
2. Modify the OS time zone, modify the system time, and re-execute job.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.