Connect to the database as a user with DBA authority.
In the left pane, click Login Policies.
In the right pane, right-click root and choose Properties.
Modify a policy value and click OK.
Connect to the database as a user with DBA authority.
Execute an ALTER LOGIN POLICY statement.
This example creates overrides in the root login policy for the locked and max_connections values.
ALTER LOGIN POLICY root 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 |