tcarey
5 years agoOccasional Contributor
ReadyAPI freezes when trying to connect to oracle database
Initial Test Connection works fine using oracle thin driver - however when I try to build a query... it just gets stuck and eventually ReadyAPI freezes and I have to end it from task manager.
Any suggestion on how I can build a query from oracle database?
- Hi tcarey,
According to the screenshot you supplied it looks like youre using a Datasource step (type JDBC). Don't.
Use the separate 'JDBC step' instead. This will allow you to run the SQL without any problems and maintains the ease of use for non coders.
Cheers
Rich