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: QuestionExchange <USENET_at_questionexchange.com>
Date: 21 Sep 1999 12:50:16 GMT
Message-ID: <1097qx@questionexchange.com>


there are several examples in the proc directory under ORACLE_HOME. Whether to use a C program or a shell script is entirely dependent on what you want to do, and how you will use the program. If it is something really simple, you might want to go with the shell script. With a C program, you can do most anything that you can do with Oracle.
Here is one sample from the oracle documentation at technet.oracle.com:
/*

--
  This answer is courtesy of QuestionExchange.com   http://www.questionexchange.com/showUsenetGuest.jhtml?ans_id=3483&cus_id=USENET&qtn_id=3394 Received on Tue Sep 21 1999 - 07:50:16 CDT

Original text of this message

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