Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORACLE SQL*NET protocol decode question
Gabriel Gonzalez wrote:
> Someone asked about this some time ago. The only answer I could come up
> with is to have a look at a library which bypasses the Oracle client and
> talks directly to the remote listener. I These libraries have somehow
> reverse engineered the protocl and talk to the listener in the same way the
> JDBC thin driver talks to the db.
>
> Anyway, none of it is "in writing" and the protocol can change at any
> version. Having said that, one such library that comes with source is
> crlab's ODAC net sdriver. You can find it at crlab.com. To get the source
> you have to pay for the library which I think is written in object pascal.
>
> There might be others out there.
>
>
Along this line of thinking
PERL's DBD/DBI interface "talks"
directly to Oracle's LISTENER and
is open source.
Received on Sat Apr 12 2003 - 09:06:40 CDT
![]() |
![]() |