Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Database Administration » Maintaining Your Database » Automating tasks using schedules and events » Event handling tasks

 

Hiding an event handler

For improved security, you can hide the definition for an event handler using the ALTER EVENT statement. This results in the obfuscation of the event handler definition stored in the action column of the ISYSEVENT system table.

To hide an event handler (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute the ALTER EVENT event-name SET HIDDEN statement, where event-name is the name of the event for which you are hiding the handler.

See also