DB Service troubleshooting Follow
DB services are a simple and fast way to create API on top of the DB.
AuraPlayer would connect using JDBC to the DB and return the response as a TABLE/single response.
AuraPlayer connects to the db using :
host:port, DB name, DB type, and credentials.
AuraPlayer generates a connection string from the above and connects to the DB.
Sample connection string: jdbc:oracle:thin:@<host>:<port>/<DB>
Errors that you might get:
IO Error: Unknown host specified
Possible causes:
a. <host> has a typo and it's not correct host
b. <host> is not identified in the DNS, so it needs to be defined in etc/hosts or replace the host with IP address
c. <host> is blocked by firewall, and needs to be opened by IT/security
Comments
0 comments
Please sign in to leave a comment.