create_oracle_connection
create_oracle_connection
function has 1 variants:
Description
create_oracle_connection
creates a new named connection if it does not exist. If connection exists, does nothing.If connection fails,
create_oracle_connection
returns error messages as character string.This function can be called in any phase of execution, however it is advised to be called in "connection_not_found" trigger or in user login page.
Declaration
Return Value
Nothing if connection has been made successfully. Otherwise, error text as string.
Parameters
char connectionName
- unique name to identify this connection in web session
char tnsName
- Oracle TNS Name
char userName
- database login user name
char userPassword
- database user password
Example
Last updated
Was this helpful?