Question:
I know that one way to migrate a Vision indexed file to an Oracle database table is by writing a program that reads records from one logical file and writes them to another using the same FD and the following properties:
iscobol.file.index.physical_filename_1=com.iscobol.io.ScanVision iscobol.file.index.physical_filename_2=easydb iscobol.jdbc.driver=oracle.jdbc.OracleDriver iscobol.jdbc.url=jdbc:oracle:thin:@machine_name:portIs it possible to do this using ISMIGRATE? If so, then how do I set it up?
Answer:
Yes. Here are the steps:
iscobol.compiler.easydb=1 iscobol.compiler.easydb.oracle=1This will create a bridge COBOL program called ORAEDBI_FILENAME.class.
iscobol.easydb.prefix=oraYou can also include the driver and URL information here, or wait and put it into the ISMIGRATE Wizard fields when asked.
Article ID: 25
Created: August 28, 2009
Last Updated: May 25, 2022
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=25