Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: direct IP connect to oracle

Re: direct IP connect to oracle

From: Volker Hetzer <volker.hetzer_at_ieee.org>
Date: Thu, 6 May 2004 11:17:02 +0200
Message-ID: <c7cvqe$1lp$1@nntp.fujitsu-siemens.com>

"Frank Esselbach" <spam_at_ghostlink.de> schrieb im Newsbeitrag news:Xns94E0D22C81D42spamghostlinkde_at_62.153.159.134...
>
> > Sorry, but there is no possibility. The client libraries are
> > responsible for parsing and binding, all the handles, and incidentally
> > also the socket.
>
> Hmmm ... why? Is this so difficult? The encoding, the data handling or
> what? I need only one connection to send a sql string and receive the
> answer, no more. To programming this for mysql I have needed twoo days -
> works fine.

Yes, that is because mysql has documented that interface for the free use of others. With oracle you can't even be sure all the time that they use sockets at all.

>
> > Maybe you can have a statically linked application
> > that contains all the necessary libs?
>
> This makes the things more difficult. I use a IDE named "RealBasic" ...
> (little bit like VB but much more better :-)) please do not flame against
> basic. This is a modern visual, event driven and object oriented tool that
> contains a cross plattform compiler: MacOS Classic, MacOS X, Win32 and
> Linux. With one ckick to the running application, without external dlls, no
> runtime lib, no installation.

I don't understand. You see it as an advantage that you can't include dlls or static libs?

>
> The native realbasic code is platform independ, the oracle client libs not.
Yes.

OTOH, someone suggested the JDBC thin driver if you want to go for platform independence.
Maybe you could do a java app that translates VB socket requests to oracle-able ones?

Greetings!
Volker Received on Thu May 06 2004 - 04:17:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US