Language=lang-name
Allows you to select one of the following interfaces:
o SQL
When you specify the Language=SQL qualifier, Oracle RMU
generates the Oracle Rdb SQL dialect. The Oracle Rdb SQL
dialect is a superset of SQL92 Entry level, with language
elements from Intermediate and Full SQL92 levels. It also
contains language elements from SQL:1999 and extensions
specific to Oracle Rdb.
o ANSI_SQL
When you specify the Language=ANSI_SQL qualifier and specify
the Option=Normal qualifier, Oracle RMU tries to generate
ANSI SQL statements that conform to the ANSI X3.135-1989 SQL
standard.
When you specify the Language=ANSI_SQL qualifier and the
Option=Full qualifier, Oracle RMU tries to generate SQL
statements that conform to the current ANSI and ISO SQL
database language standards. Refer to the Oracle Rdb SQL
Reference Manual for more information.
Regardless of the Option parameter you specify, any Oracle
Rdb specific features (such as DATATRIEVE support clauses and
storage maps) are omitted.
o RDO
When you specify the RDO language option, Oracle RMU generates
RDO statements.
The default is Language=SQL.
The Language qualifier has no effect on the output generated by
the Items=Load, Items=Unload, and Items=Verify qualifiers. This
is because these qualifiers generate scripts that contain Oracle
RMU commands only.