Problem : file being written is being transfered in Incomplete state [message #249702] |
Thu, 05 July 2007 10:38 |
orasaket
Messages: 70 Registered: November 2006
|
Member |
|
|
Hi,
Oracle 9i R2 on RHEL Linux Server
We are creating some files on Linus RHEL database server and then transferring these files to another server using periodic cron job.
However while the files are partially created and are still being written the cron job copies it to another server.
I was thinking that the OS must be holding lock on the file being written which will prevent any other process from copying/ moving the file.
However, it seems there is nothing like such kind of locks.
Can we track if the file is not completed written and closed by one process (oracle pl/sql), another process i.e. cron job in our case, will not pick it for transferring to another server?
Thanks and Regards,
OraSaket
|
|
|
|
|
|