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 -> Two different oci demo programs makes me confused

Two different oci demo programs makes me confused

From: onions <onions_at_kr01.piahost.net>
Date: 26 Jan 2005 20:45:19 -0800
Message-ID: <8a794c4f.0501262045.3ea6dfe7@posting.google.com>



  trying to post a followup message but the news-program rejected it.   with no option, I started new thread.

You are right Rauf. Actually, I've forgot to append the list of functions. But the message was gone already. Sorry for wasting the valuable bandwith. Anyway, here is the functions.

    $ORACLE_HOME/rdbms/demo/oci*.c OCI-Developer-Workshop-Demo


      olog                          OCIInitialzie
      oclose                        OCIEnvInit
      oopen                         OCIHandleAlloc
      oparse                        OCIServerAttach
      obndra                        OCIAttrSet
      oerhms                         ...
      oexn
      ...
     -----------------------------------------------------------

Jinki Jung

onions_at_doosan.com



  original message

I need to make a client program to connect a remote Oracle 9i server. The program environment is Redhat with Oracle 9i installed.

To start, I have searched to find demo files in $ORACLE_HOME/rdbms/demo/* and the demo file itself was OK. I can compile and I can run.

Later on, I have downloaded OCI-Developer-Workshop-Demo and foud that the functions are quite different from what I have seen in $ORACLE_HOME/rdbms/demo/*.

I am wondering which program style to be proper for later. Any advice will be appreciated. Thank in advance.

Jinki Jung

onions_at_doosan.com Received on Wed Jan 26 2005 - 22:45:19 CST

Original text of this message

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