Statically Compiled Oracle Client Drivers/Code

Posted by blockcipher on Stack Overflow See other posts from Stack Overflow or by blockcipher
Published on 2010-04-05T19:34:58Z Indexed on 2010/04/05 19:43 UTC
Read the original article Hit count: 269

Filed under:
|
|

Hello,

I'm looking to write a command-line program that can execute database scripts against an Oracle server, however the machine the program will be run on may not have an Oracle client installed on it. I also don't want to rely on a language that requires a VM as there's no guarantee that the VM will be installed, so a language like C is preferable for this. Is there a way that I can statically compile/build this program and not have to have the user install the Oracle client on that machine? I'm trying to be as unobtrusive as possible.

Thanks.

© Stack Overflow or respective owner

Related posts about database

Related posts about Oracle