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: Connect to an Oracle DB from a C program

Re: Connect to an Oracle DB from a C program

From: Mike Burden <mburden_at_uk.att.com>
Date: Mon, 20 Sep 1999 23:17:34 +0100
Message-ID: <37E6B27E.C49CAB05@uk.att.com>


Your choices are Oracles pre-compiler or OCI.

Use the connect statement in ProC. If possible try and use ops$ accounts so you don't need to specifiy userids or passwords.

MV wrote:

> Hi:
> I have to connect to an Oracle Database from a C program... Could anyone
> help me finding a pattern program for such a connection.
> Would a shell script be more appropriate (I should not use any Perl
> actually).
> Thanks,
> Edouard
Received on Mon Sep 20 1999 - 17:17:34 CDT

Original text of this message

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