This function is used by an agent to open a session for processing messages from a source.
Available in an instance database and requires the star$append role.
Parameters:
| Name | Optional | Type | Description |
| tag$ | Mandatory | Text | The tag of the source. |
Examples:
SELECT open_source('temp-123'); -- opens a session for source 'temp-123'.
Tips:
- The star$sources view lists existing sources
Comments
Article is closed for comments.