How to connect to oracle database with joget
Confluence User - 29 Jun, 2018
I have followed the instructions in Configure for Oracle 12c, 11g, 10g but when I try to initialize a database connection I get
"Cannot create PoolableConnectionFactory (Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor."
I have validated connection using an Oracle interface.
app_datasource-default.properties file contains the following:
workflowDriver=com.oracle.jdbc.Driver
workflow url: jdbc:oracle:thin:@hostname:port/servicename
workflowUser=jwdb
workflowpassword=jwdbpw
database;setup