This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes how to load file into DB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to load file into DB" Watch "how to load file into DB" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to load file into DB
 
Similar Threads
Properties Files and ResourceBundle
Location of .db File from anywhere
DB Backup - MySql
Auto load war in oOC4J
J2ME