Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Centralized names resolution
> With 10g you get easy connect.
>
> e.g. sqlplus scott/tiger@//someserver:1529/orcl
And in 8i/9i you can connect with:
sqlplus
username/password@'(description=(address=(protocol=<protocol>)(host=<hostname>)(port=<port>))(connect_data=(sid=<sid>)))'
Regards,
Dimitre
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Feb 09 2006 - 07:56:22 CST