473,473 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

DBMS Job

10 New Member
How to create a job.how could it be efficiently managed without any locks occuring while a job runs.The scope and how to construct an effecient job.
Mar 12 '07 #1
3 4138
Dave44
153 New Member
How to create a job.how could it be efficiently managed without any locks occuring while a job runs.The scope and how to construct an effecient job.
creating a job is easy, just look at the api for dbms_job. Locks have nothing to do with creating a job. locks are created and released by the code that the job would run.
Remember a lock is not necessarily a bad thing, and a database would be useless without them. So it all comes down to the code that your job runs.. which you have provided no information for so i cant say anything about it.
Mar 13 '07 #2
amitpatel66
2,367 Recognized Expert Top Contributor
How to create a job.how could it be efficiently managed without any locks occuring while a job runs.The scope and how to construct an effecient job.
Well locking of tables/rows in a table depends upon what your JOB is actually doing?
And you need to handle the JOB executions in proper way avoiding a deadlock by scheduling them properly.
Nov 26 '07 #3
debasisdas
8,127 Recognized Expert Expert
try the sample code in the attached file.
Attached Files
File Type: doc job_scheduling_example.doc (19.5 KB, 577 views)
Nov 26 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Alex_Bxl | last post by:
Hi to all I have to choose a DBMS and a database architecture for an Ebay like website about to be launched. The company wants to use a web hosting service and not host the database on...
10
by: Fred the man | last post by:
Hi, Some of our customers have remote offices. I was wondering if it'd be safe to have a DBMS running at their central office, and have our client application running on hosts in the branches...
3
by: Albretch | last post by:
.. Can you define the Character Set for particular tables instead of databases? . Which DBMSs would let you do that? . How do you store in a DBMS i18n'ed users' from input, coming over the web...
38
by: Remco Groot Beumer | last post by:
Hello, I'm trying to decide if the following situation would be workable: Generate an MS Access Front End (which will run localy on client computers), which will link to a DBMS (SQL server or...
20
by: Dave | last post by:
Hi I have been asked to implement an error logging/management database for the network technicians in our company. The idea is that staff using workstations can enter a database and log any...
2
by: Remco Groot Beumer | last post by:
Hello, In regards to my previous posted mail on this topic: thanks for the feedback. The 30% is told to me by a collegea. .NET is not my working area, but it's something our company provides. So...
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...
1
by: Tonny Iversen | last post by:
Hello. I haven't used NetBeans yet and I haven't programmed much Java (I've programmed more in C++), but I have a question: Can I get a data consistancy guarantee when writing to a file from Java...
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: 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
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...
1
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.