Dymitr
3 years agoNew Contributor
Data Source Properties doesn't populate with information from SQL query
Hi, I am currently using Ready API 3.10.1. I want to retrieve information from Oracle DB with "Data Source" test step and pass value to the property. I did next steps: 1."ojdbc8.jar" file was add...
- 3 years ago
Hi, Richie.
Thank you for your answer, but my issue was related with other things.
I have read other sources and found the article.
It says that you should add orai18n.jar to your classpath. This is related to the NLS parameters. I found this file in oracle maven repository and put it to the <installationFolder>\bin\ext.
And property populate correctly. Next step of my test flow has got the value from data source variable.