Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> flat file vs db table

flat file vs db table

From: selvanm <selvanmNOseSPAM_at_hotmail.com.invalid>
Date: Tue, 30 Nov 1999 19:47:54 +1600
Message-ID: <2253b4b4.45d72085@usw-ex0108-062.remarq.com>


Our application is used to create records per department. On a specific day each department is verified and the data needs to be place into a file. At the end of the day the file is FTP'd to a mainframe.

Which of the following approaches would be better and why?

Create a file per department when it is verified, and at the end of the day merge the files into one and send it to the mainframe

                OR

Insert the data into a table (also contains indexes) when the department is verified and at the end of the day create a file with all the data.

Note: departments can be verified concurrently. Consider time take to perform the process as well.

Received on Mon Nov 29 1999 - 21:47:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US