One of the user authorization properties.
SQL authorization for the database or system is enabled, which allows the use of GRANT and REVOKE statements.
SQL authorization for the database or system is disabled. After this property is set to TRUE, the property cannot be set back to FALSE.
Derby uses the type of user authentication that is specified with the derby.authentication.provider property.
For more information about user authorization, see "User authorizations" in the Derby Developer's Guide.
-- system-wide property
derby.database.sqlAuthorization=true
-- database-level property
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
'derby.database.sqlAuthorization', 'true');
FALSE
Static.