ODBC Server Reference Manual

Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual429151-002
7-45
ALIAS Statements
Example
MODIFY ALIAS janet PROFILE mgr UPDATE_SYSTEM_CONFIG
REMOVE ALIAS
The REMOVE ALIAS statement removes the existing association between an alias
username and a logical username. To execute REMOVE ALIAS, you must be a
privileged user.
alias-username
specifies the alias username.
UPDATE_SYSTEM_CONFIG
resets the time to update system configuration values to the current time. This
option causes running system components to reread their configuration values on
the next polling cycle.
Considerations – REMOVE ALIAS
The REMOVE ALIAS statement:
Removes the specified alias username from ZNSALT
Generates an error if alias-username is self-referencing
Generates an error if alias-username cannot be found
Generates an error if you are not a privileged user
Example
REMOVE ALIAS Jones
REMOVE ALIAS alias-username [ UPDATE_SYSTEM_CONFIG ]