EDBI Generation with EDBIIS (two steps)
The EDBIIS command allows you to generate EDBI routines by processing XML data dictionaries.
In order to generate XML data dictionaries, compile the program as follows:
At the end of the compilation process, you will find one additional file in your working directory:
• file1.xml : the data dictionary that describes FILE1.
Assuming that you want to generate a EDBI routine to use FILE1 on Oracle databases, you can run the following command:
It will generate:
• EDBI-file1.pco : the bridge program that allows FILE1 to be used as a table on Oracle databases.