![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with handling SIGINT | JamesGoh | High Level Programming | 3 | 02-24-2008 10:39 PM |
| Inter-process communication:pipes,doors,etc. | adderek | UNIX for Advanced & Expert Users | 2 | 01-18-2008 05:39 PM |
| handling abnormal process termination | mridula | High Level Programming | 4 | 01-16-2006 06:27 AM |
| file handling problem in perl...... | vivekshankar | UNIX for Dummies Questions & Answers | 2 | 06-02-2005 09:23 PM |
| Inter Process Communication | kamathanil | High Level Programming | 2 | 08-07-2001 07:32 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Inter Process File Handling Problem
Hi All,
i am running a oracle procedure which writes a file . The same file is picked up by another script which runs in a cron after every 5 minutes. Now the problem is that sometimes my script picks up a file while the procedure is still writing data in the file. is there is any way i can lock my file, so that no other process process a file while one is still processin the file. Thanx in advance Saurabh |
|
||||
|
spool in sql scripts writes files, unless you call UTL_FILE. In either event you can name an output file anything you want. In an Oracle sql script the HOST command lets you execute a shell command like Code:
HOST mv screwyfilename.txt goodfilename.txt |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|