SQLState: 08001 Message: No suitable driver found for jdbc:oracle:thin:@localhost:1521:orcl
Hi All,
I am getting below error while connecting to an external Database Oracle 11g which is installed in my local PC.
SQLState: 08001 Message: No suitable driver found for jdbc:oracle:thin:@localhost:1521:orcl
I have verified the jdbc driver, it is already present in "C:\PRPCPersonalEdition\tomcat\lib" and I have modified the PRConfig XML as well
"<env value="com.microsoft.sqlserver.jdbc.SQLServerDriver;oracle.jdbc.OracleDriver" name="database/drivers"/> ".