SQL Connection Error

While connecting to DB there is error 12505 on Process Studio

However, I when I connect using Java code in eclipse the connection was successful.
Can anyone help me out with connecting db with PS.
Database is Oracle.

Hello Yousuf,

Try below solutions:

  1. Please check for the ojdbc jar in Process Studio’s lib folder. For oracle connection ojdbc jar is required.

  2. Add the “/” symbol before the SID name, For example: “/FINNPROD”.

Thanks for help. It Worked.

1 Like