| Author |
how to load file into DB
|
trupti nigam
Ranch Hand
Joined: Jun 21, 2001
Posts: 602
|
|
hi, I don't know this question is suitable for which forum..so please excuse me.. I have many files..pure text files.When some request comes i need to load these files into DB & query the DB to find out the records..as file browsing is time consuming. i am using oracle Db. i will be doing this frequently.. does any one know can it be possible & if how can i acieve that? thanks, Pradnya
|
 |
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
|
|
|
You could check out saving the files as blobs. In that case the files remain where they were on disk and the database just keeps a pointer to where the file is.
|
"JavaRanch, where the deer and the Certified play" - David O'Meara
|
 |
 |
|
|
subject: how to load file into DB
|
|
|