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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle8 library name change

Re: Oracle8 library name change

From: Dan Benwell <danbenwell_at_dial.pipex.com>
Date: Tue, 3 Nov 1998 11:54:14 -0000
Message-ID: <71mqr5$5ov$1@plug.news.pipex.net>


I assume you are talking about recompiling Pro*C ? If so then compile the sample programs in the precomp/demo directory and get a list of the libraries linked in.
Probably best starting script first to save the output. eg

cd $ORACLE_HOME/precomp/demo
script lib.lis
make -f proc.mk sample1
exit

etc.

Hope this helps.

Dan.
vychen_at_my-dejanews.com wrote in message <71melp$c4a$1_at_nnrp1.dejanews.com>...
>Hi, folks
>
>I am wondering if anyone there have any idea about the change of Oracle
>library. We have a implementation based on Oracle 73, also we have the
>original make file on hand. Now, we would like to migrate the old
>implementation to Oracle8. In the make file, I found some libraries have
been
>renamed or removed, but I can't find the change list of library from
Oracle73
>to Oracle8. So if anynoe have any information or suggestion, I'll
appreciate
>
>Best regards
>
>Vincent
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Nov 03 1998 - 05:54:14 CST

Original text of this message

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