Using Easy Connect (EZCONNECT) Naming Method to Connect to Oracle Databases
Easy Connection (EZCONNECT) is a method of connecting to an Oracle database that eliminates the need for service name look up. All of the information needed to resolve the connection is included in the connection string. With 10g and higher installations of the Oracle Client and Database Easy Connect naming is automatically configured at installation time.
Read more »
Creating an Oracle Listener with Oracle Network Configuration Assistant
In order to allow remote connections to an Oracle database the database must be registered with an Oracle Listener. An Oracle Listener is created during the Oracle Database software installation process if a database was created during the installation if not you will need to create a Listener manually.
Read more »
ORA-12545: Connect failed because target host or object does not exist
Connectivity errors are common questions on Oracle related forums and in many cases they are highly misunderstood by the poster of the questions and some responders.
This aim of this document is to show a method for diagnosis and resolution to a scenario in which an ORA-12545 is raised during the connection to a database.
Read more »
Setting up Oracle Net Services Tracing on the Client and Server
Tracing the Oracle Net Services provides detailed information to aid in diagnosing connectivity issues. This document will detail the parameters used in tracing Oracle Net Services along with providing an example of tracing a connection to a database.
Read more »
Configure Static Service Information for a Database
The PMON process registers service information with the local listener by default. For most uses this is all that is needed to successfully connect to the database for use. If you are using a database release earlier than 8i or you need to remotely start the database from a tool other than Enterprise Manager, you will need to configure static service registration.
Read more »