Oracle connection errors
In this post i´m going to try to describe some connection problems with oracle database. First of all, you should know that there are two main configuration files involved on that: tnsnames.ora --> This file is located on client machine and has necessary information to connect to an oracle database trough a Listener. listener.ora --> This file is in the server side and has a description of a process called listener that is running on server machine listening for new connections to a database. both files are located on $ORACLE_HOME/network/admin directory in their respective servers. TNS-03505: Failed to resolve name This problem is due $ORACLE_HOME/network/admin/tnsnames.ora file do not has an entry for orcltest connection identifier as you can see: [oracle@wcp12cr2 admin]$ tnsping orcltest TNS Ping Utility for Linux: Version 12.1.0.1.0 - Production on 30-OCT-2017 05:15:52 Copyright (c) 1997, 2013, Oracle. All rights reserved. Used parameter files: /oracle/db/oh