Hi Team,
We wanted to perform few DML operations like insert,update and delete the data on a database by using Rest API .
To create Rest API we are using Oracle Application Express this comes with Oracle Database Cloud Service.(Our database is DBCS).
We have created rest api successfully but when we try to consume that by using DHC client it is throwing some error like following is the error i am getting
Oracle Rest Data Services
500 Internal Server Error.
- Error during evaluation of resource template: GET update/rest/{var}, SQL Error Code: 29, SQL Error Message: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use.
I am not able to find the exact reason why it is coming please provide any suggestions or solutions
Thanks in Advance
Rajesh