For improved security, you can hide the definition for an event handler using the ALTER EVENT statement.
Prérequis
You must have either the MANAGE ANY EVENT or ALTER ANY OBJECT system privilege.
Connect to the database.
Execute an ALTER EVENT statement with the SET HIDDEN clause:
ALTER EVENT event-name SET HIDDEN |
Exemple
The following statement hides the definition of the event handler secret_event:
ALTER EVENT secret_event SET HIDDEN |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |