DROP DOMAIN
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Using the drop domain, you can delete a security domain.
Syntax
|
Parameters
- domain_name
-
Specifies the name of the security domain.
Note: To drop a domain, you must first drop all the users associated with the domain.
Note
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. For more information on dropping a user.
- DROP DOMAIN for every domain defined for the tenant.
- DROP TENANT.
Example
The syntax shown below shows how to drop a domain.
|