Connect to the database as a user with DBA authority.
In the left pane, click Login Policies.
In the right pane, right-click a login policy and choose Properties.
Alter the login policy value.
Click OK.
Connect to the database as a user with DBA authority.
Execute an ALTER LOGIN POLICY statement.
This example creates overrides in the Test1 login policy for the locked and max_connections values.
ALTER LOGIN POLICY Test1 locked=on max_connections=5; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |