Tracking os files in a directory [message #254888] |
Mon, 30 July 2007 00:12 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gln.sarma
Messages: 11 Registered: April 2004 Location: hyderabad`
|
Junior Member |
![gln_gln_482003](/forum/theme/orafaq/images/yahoo.png)
|
|
Oracle :10.2.03
os : Linux
My requirement is like this. We have an application generated thru php/jvava all the files are stored in /httpd folder. We have sub folders under this like
/httpd
/101/
a.php
b.php
:
:
/102/
102a.php
102b.php
:
:
/103/
c.php
d.php
aa.php
bb.php
cc.php
I populated these file entries in a table DIRTRACK
consists of ftype : stores extenestion of file
rpath : Directory path
fname : Finame
I created all the entries presently and application is up with this.
How can I automate the entries. In case of any new file generated or copied by the application team. Instead of entering is it possible to automate thru a schedule or job to put the entry in the table instead of entry.
What is the best mechanism to Automate this process.
I hope I have explained the problem.
|
|
|
|
|
|
|
|