easy connect naming

A naming method that enables clients to connect to a database server without any configuration. Clients use a simple TCP/IP address, consisting of a host name and optional port number, service name, and instance name:

CONNECT username/password@host[:port][/service_name] [/instance_name]

For information about using the easy connect naming method, see Chapter "Configuring Naming Methods" in the Oracle Net Services Administrator's Guide.

Related Topics

Oracle Net Services Configuration Overview