"connection_not_found" trigger
Description
Whenever a connection is needed and it does not exist, connection_not_found trigger is fired.
Sodium developer must create a new named connection with the same name as specified in connectionName parameter in the trigger function by calling one of these functions : create_oracle_connection or create_postgresql_connection.
Declaration
void connection_not_found(char connectionName);Example
See also
Last updated
Was this helpful?