On Wed, 10 Jul 2002 14:32:20 +0200 (MET DST) Nicolas MENANT 
<[EMAIL PROTECTED]> wrote:

> I'm wondering which protocol is use by dbi/dbd-Oracle
> when i do :
> 
> $dbh =
> DBI->connect('dbi:Oracle:host=xxx.XXX.XXX.XXX;sid=ORACL;port=126',
> 'xxxxx', 'xxxxl');
> 
> i think it's tcp but i'm not sure ...

It's the same as used when you identify an instance via tnsnames.ora,
sqlnet which normally runs on top of TCP/IP.  You can specify some other
underlying protocols in tnsnames.ora.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


Reply via email to