Re: How to load a data from cobol into oracle database!!!!! [message #69361] |
Fri, 14 December 2001 12:12 |
Rajasekhar
Messages: 6 Registered: December 2001
|
Junior Member |
|
|
I feel the following steps will be useful to convert the cobol to oracle.
1)convert indexfile data to work file(sequential file) (cobol)
2)convert sequential files to text file using 'C'
3)convert the text file to oracle using sqlplus commands,finally use sql*loader to load the data.
----------------------------------------------------------------------
|
|
|