SCHEMA-CHANGE attribute
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Relaxes the requirement for exclusive access to a database in order to make the following schema changes online:
- Add new sequences.
- Add new tables, as well as any associated fields, indexes, and database triggers (which must be added within the same transaction).
- Add new fields to an existing table. (You cannot define ASSIGN triggers for new fields while the database is online.)
- Add new inactive indexes to an existing table.
Data type: CHARACTER
Access: Readable/Writeable
Applies to: SESSION system handle
Set this attribute to "NEW OBJECTS" to activate this feature; and to the
empty string ("") or the Unknown value (?) to deactivate
this feature.