- Categories:
System functions (System Information)
SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDERÂļ
Shows if event sharing is enabled.
For more information about event sharing, see Configure logging and event tracing for an app.
SyntaxÂļ
SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDER()
ArgumentsÂļ
None.
ReturnsÂļ
This function returns the following status messages:
Status Message |
Description |
---|---|
TRUE |
Indicates that event sharing is enabled on the app and the app has an active event table. |
FALSE |
Indicates that event sharing is not enabled on the app. |
Access control requirementsÂļ
These system functions can only be called from within an app.
ExamplesÂļ
SELECT SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDER();