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.
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:
Please check for the ojdbc jar in Process Studio’s lib folder. For oracle connection ojdbc jar is required.
Add the “/” symbol before the SID name, For example: “/FINNPROD”.
Thanks for help. It Worked.