DROP DOMAIN
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Using the drop domain, you can delete a security domain.To
drop a domain, you must have DBA privileges.
Syntax
|
Note: To drop a domain, you must first drop all the
users associated with the domain.
Example: DROP DOMAIN statement
| DROP DOMAIN jasper; |
For more on the DROP DOMAIN statement, see
OpenEdge SQL Reference.
Notes
Each database contains tenants, users, and domains. A DBA must complete the steps specified below to drop a tenant from the database:
- DROP USER for every user in the domain.
- DROP DOMAIN for every domain defined for the tenant.
- DROP TENANT.