CONNECT username/password@service_nameThe updated format allows for the use of a connection URL to enhance the service_name:
CONNECT username/password@//host[:port][/service_name]Where host is either the host name or IP address of the database, port is an optional port number defaulting to 1521, whilst service_name is the database service name, which defaults to the host name.
For example:
CONNECT Scott/tiger@//10.101.0.45/employee.worldA complete description of this is available on wikipedia.
No comments:
Post a comment