Forum Discussion
nmrao
8 years agoCommunity Hero
1. You do not have to put in lib directory.
2. Try with following connection string, replace with your values:
"jdbc:oracle:thin:@localhost:1521:SID","username","password"
2. Try with following connection string, replace with your values:
"jdbc:oracle:thin:@localhost:1521:SID","username","password"
Abhishek1
8 years agoNew Contributor
Hi I am using same connection string as you can see in my attached screenshot i.e "jdbc:oracle:thin:@localhost:1521:xe","system","root"
but it did not work and I have removed ojdbc14.jar from lib but still same issue
- nmrao8 years agoCommunity Heroyour screen shot is missing a double quotes in the beginning.