Table Ownership

Table names in Oracle have the form owner.table_name. If you are the owner of a given table, you can refer to it as just table_name. If you are not the owner, you must refer to it with the owner of the table as a prefix. Acu4GL provides a user-configurable method (the USER_PATH ACUCOBOL-GT runtime configuration file) for implementing this.