From: John Hurley on
jdbhl:

> Does anyone have a suggestion on where to find more information on
> this? That is, how to *receive* instead of just *sending* OCI commands
> and extract their SQL. Any help would be much appreciated!

When you use OCI you call the Oracle database server ... sending it
commands.

Oracle writes the software on the receiving side.


From: jbdhl on
> Oracle writes the software on the receiving side.

I search for a way to receive these commands myself. How can I do that?
From: John Hurley on
jdbhi:

# I search for a way to receive these commands myself. How can I do
that?

Write your own OCI replacement suite? Classic reverse engineer and
emulation?