Previous Topic: Results of DDL GenerationNext Topic: Remote Installation Path


Source Path

The following table describes the path definitions for Source:

File Name

Description

<DB name>.ddl

SQL statements without the installation information (such as the BIND statements).

If you select Install only or No Install and No Drop, this file contains no Drop statements. If you select DROP only, this file contains the Drop statements.

<DB name>.gen

Data used by the DDL generator.

<DB name>.icm

Installation control module. The .icm file is a set of instructions on how to install all DDL components.

The file is in Standard Generalized Markup Language (SGML) format. This format allows you to write your own installation procedure from the file should you have a particular installation requirement.

<DB name>.ins

SQL statements including the installation information (such as the BIND statements and CREATE TABLE RPROFX statement).

If you select Install only, this file contains no Drop statements. If you select DROP only or No Install and No Drop, this file is empty.