@Keshaw Bhardwaj
The errors you are facing are related to ODBC connections to an Oracle database and involve SSL and connectivity issues.
The first error, "ERROR [28000]," states a problem with the SSL configuration, specifically with the trust store file that contains the trusted SSL certificates. To resolve this issue, you should ensure that the trust store file is present and correctly specified in the connection settings, verify that the trust store file has the correct permissions and is accessible by the ODBC driver, and check if the trust store file is in the correct format and contains the appropriate certificates.
The second error, "ERROR [08001] ORA-12203," signifies that the client could not connect to the Oracle database. Possible solutions include confirming that the network connection to the Oracle server is active and stable, verifying that the hostname and port number in the connection string are correct, ensuring that the Oracle listener is running and properly configured, and checking the TNSNAMES.ORA file for correct configuration details.
It is important to make sure that the ODBC drivers are compatible with the Oracle version you are using and that all connection details are accurate. If the problem persists, you need to consult with a network administrator.
I hope this helps you resolve the issue. If you have any further questions or concerns, please let me know.