Currently i am reading data which is stored in .file in the format (abc|def|ghi|jkl|....|)using array and display the required data from the array as report data.
Data is being appended to the .file every 20-39 mins. so the size of the .file is increasing which in turn makes the report to load slowly as it has to read the entire .file data everytime .
Now i need an approach to store the data from .file into oracle database so that i can display the data from database inorder to lessen the time to load the data.
any suggesstions pls ?