From: John Hurley on 8 Aug 2010 15:28 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 8 Aug 2010 15:46 > 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 8 Aug 2010 16:42
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? |