Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: SreyaHi All,
I am tryinh to use JDBC Query node. I have given my database user name and password correctly. Now I am not sure on what should be given as DBurl and DBdriver field.
I have given URL as: <database_schema name>@//172.25.69.49:1521/orcl
driver as: jdbcracle:thin:@//machine_ip:1521/orcl
But I am getting the following error:
Exited with non zero status
2014-01-29 21:45:38.000; ERROR: unable to load db driver: jdbcracle:thin:@//172.25.69.49:1521/orcl
id: 0 chain: 0 group: 0
cppDetail: context: loadDBDriver DBNode.java@47
2014-01-29 21:45:38.000; ERROR: Exited with non zero status
id: 0 chain: 0 group: 0
cppDetail: context: Salmon::NED::NodeMain::errorMsg() .\NodeMain.cpp@28
Can anybody help me on this?
Thanks a lot..