Try OpenEdge Now
skip to main content
Database Administration
Maintaining and Monitoring Your Database : Dumping and Loading : Dumping ABL database definitions : Multi-tenant keywords
 
Multi-tenant keywords
If you are dumping a multi-tenant database, multi-tenant tokens are present if the field is true. Multi-tenant tokens are:
*MULTITENANT=yes
MULTITENANT=yes identifies whether the table or sequence is multi-tenant. This option is allowed with the ADD and MODIFY operation keywords for a table, and with the ADD operation keyword for a sequence.
Loading a .df file with this token gives an error if loaded in a database that is not multi-tenant enabled.
*NO-DEFAULT-AREA NO-DEFAULT-AREA indicates that the "keep default area" of the user interface (Data Admin) is false. NO-DEFAULT-AREA is specified on a multi-tenant enabled table k and is only allowed with the ADD operation keyword.