CREATE DOMAIN
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Defines a security domain to authenticate users for
an existing tenant or a super-tenant. The domain name must be unique
within the set of domain names that are defined for a database.
A tenant can be associated with multiple domains.To create a domain,
you must have Database Administrator (DBA) privileges.
|
The following example illustrates how to create a tenant and a domain for the tenant.
To define a tenant called Mega_Media_Networks:
|
To define a domain for the tenant Mega_Media_Networks:
|
To specify users who can securely connect to the domain dom_MMNet,
you must create users and associate them with the domain dom_MMNet.
For more on the CREATE DOMAIN statement, see
OpenEdge SQL Reference.