473,395 Members | 1,488 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

HELP: dbms.job - scheduling job at exact time

Please, has anyone an idea about planning job in axact time ? I mean
we need to run job in every minute starting at 00 sec. This job takes
about 2 secs and call another stored procedure.

I wrote this pl/sql block:

declare
l_job number;
begin
dbms_job.submit( l_job,
'test_proc;',
sysdate,
'sysdate+1/1440' );
commit;
end;

Everything is fine except of submit time. I have no idea about telling
Oracle to run this job every minute at 00 sec.

Thanks
Jul 19 '05 #1
2 16095
mv******@cz.soluziona.com (Milan) wrote in message news:<20**************************@posting.google. com>...
Please, has anyone an idea about planning job in axact time ? I mean
we need to run job in every minute starting at 00 sec. This job takes
about 2 secs and call another stored procedure.

I wrote this pl/sql block:

declare
l_job number;
begin
dbms_job.submit( l_job,
'test_proc;',
sysdate,
'sysdate+1/1440' );


sysdate + 60/86400 will restart at 60 second intervals. (86400 is
total number of seconds in 24 hours)
Regards
/Rauf Sarwar
Jul 19 '05 #2
Hi Rauf,

Here is a page with lot's of dbms_job scheduling examples:

http://www.praetoriate.com/oracle_tips_dbms_jobs.htm
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Mike | last post by:
Normally scheduling a job is a very elementary operation but for some hidden reason I've been unable to schedule a job which runs on a 28 day cycle, even though I have at least 16 other jobs...
2
by: Trevor.D.Matthews | last post by:
I need to develop a scheduling app and am having trouble with the database design. I can easily design a table hold appointments with start and finish times, but I always have an issue when it...
3
by: lisa[nospam].xxx | last post by:
Hello! I need help to organize the working time spent by each employee on projects. I thought this wuold be a rather simple probelm, but i realized it is not!! I have many projects going on,...
3
by: Muscha | last post by:
Hi, In our application we need to have a high performance scheduling framework. We want to be able to say for item 21 do an update on such and such time. We will have around 1 million items of...
3
by: Alphonse Giambrone | last post by:
Can anyone point me toward a good example of an asp.net scheduling app? Preferrably in vb.net. TIA -- Alphonse Giambrone Email: a-giam at customdatasolutions dot us
1
by: Majed | last post by:
hi I'm planing to make scheduling app and need your advice on the best way to do that,and how to save the tasks to be executed and retrive their data at the right time. your input will be highly...
3
by: news.bahnhofbredband.se | last post by:
Some time ago I was working with DB2/400 - and one of the most appreciated features was the concept logical files - a bit more than views in that they maintained an access path. That is it...
2
by: Milan | last post by:
Please, has anyone an idea about planning job in axact time ? I mean we need to run job in every minute starting at 00 sec. This job takes about 2 secs and call another stored procedure. I wrote...
8
AmberJain
by: AmberJain | last post by:
Hello, My new semester has started and I have a subject named DBMS (Database Management System). This is the first time I'm studying databases and so I'm not feeling very enthusiastic about...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.