To modify the root login policy (Sybase Central)
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.
To modify the root login policy (SQL)
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; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |