Categories:

System functions (System Information)

SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDER¶

Shows if event sharing is enabled.

See also:

SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT

For more information about event sharing, see Set up logging and event sharing for an application.

Syntax¶

SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDER()
Copy

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();
Copy