Categories:

System functions (System Information)

SYSTEM$SHOW_EVENT_SHARING_ACCOUNTS¶

Shows event accounts in a provider organization.

This system function returns a string in JSON format containing a list of event accounts within the organization. Because the metadata takes some time to propagate to all regions, this function might experience some delay when showing latest events account after the user sets or unsets an events account for the organization.

Syntax¶

SYSTEM$SHOW_EVENT_SHARING_ACCOUNTS()
Copy

Arguments¶

None.

Access control requirements¶

  • Only users with the ORGADMIN role can execute this SQL function.

Examples¶

SELECT SYSTEM$SHOW_EVENT_SHARING_ACCOUNTS();
Copy