contents.gifindex.gifprev1.gifnext1.gif

Oracle: Limits and Ranges

* The following limits exist for the Oracle file system:

Maximum indexed key size 250 bytes
Maximum number of fields per key 16
Maximum number of columns 254
Maximum length of a char field 255 bytes

* With the interface, a maximum of 100 database tables can be open at one time by a single process; see the description of configuration variable MAX-CURSORS in Configuration File Variables.

* Acu4GL for Oracle supports the following data types.

tblor1.gif

* indicates that the VAR-LENGTH directive is required.

** indicates that the BINARY directive is required.

NOTE

Internally, Acu4GL for Oracle makes use of VARCHAR to prevent key fields that are all spaces from being converted to null.

* These Oracle data types are not currently supported:

LONG

LONG RAW

* Other limits described in Appendix B of the ACUCOBOL-GT compiler Reference Manual apply.