Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

store offline transaction

Status
Not open for further replies.

hbks

Programmer
Oct 3, 2003
8
IN
Hello, I have some design Issue.

we have 2 front-end screens which posts online transactions to one external system. if the external system is online we dont have any issues.
if the external source is offline, we need to store all the java transactions in oracle tables, finally when the external soure is up, we need post all the transactions to external source. External system always accpets the text/flat file format.

1. what could be best approach for this?
2. how to store all java transactions/records in oracle tables
3. and how to send all offline records to external system when it is UP.

Pls suggest me the best approach/design solution.
 

1) Store as flat file
2) You don't need a database
3) Depends on how external system looks for the data, you could ftp or copy the files over.
[3eyes]

----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top