CraigJConrad
IS-IT--Management
I am quite new to Oracle, and have searched extensively to find an answer to this problem, so I hope that I am not asking something too obvious to others.
We have a client running Oracle for an application being sunset. In order to accomodate this, we need to perform extensive processing on the final data using Cobol programs that run on a different server (ie, these programs can not have access to the Oracle database directly).
Therefore, we need to extract (export?) data from the Oracle tables into a flat file to be shipped to the server for processing by Cobol. The flat files must be in "traditional" Cobol FD format -- i.e. each field is fixed-length (no CSV). Of course, the text fields must be in ASCII (not binary) and ideally the numeric fields would be ASCII (not COMP) as well.
What is the best approach to do this? Purchasing of a reasonably-priced tool is an acceptable solution.
Thanks in advance for any assistance.
Craig
We have a client running Oracle for an application being sunset. In order to accomodate this, we need to perform extensive processing on the final data using Cobol programs that run on a different server (ie, these programs can not have access to the Oracle database directly).
Therefore, we need to extract (export?) data from the Oracle tables into a flat file to be shipped to the server for processing by Cobol. The flat files must be in "traditional" Cobol FD format -- i.e. each field is fixed-length (no CSV). Of course, the text fields must be in ASCII (not binary) and ideally the numeric fields would be ASCII (not COMP) as well.
What is the best approach to do this? Purchasing of a reasonably-priced tool is an acceptable solution.
Thanks in advance for any assistance.
Craig