Re: Oracle module for Python on SUN, anyone?

From: mitch garnaat cacao garnaat_at_wbst128 <garnaat_at_wbst128)>
Date: 1995/07/14
Message-ID: <GARNAAT.95Jul14093159_at_cacao.wrc.xerox.com>#1/1


I recently got oramodule to build correctly on SunOs 4.1.3 with Oracle 7. I added the following to my Setup file and made it a builtin module.

# Our new oracle bindings
# Oracle V6 - has a problem with column descriptions...
#oracle oramodule.c osntab.c -L/usr/oracle/rdbms/lib -locic -lsqlnet -lora -lld
# Oracle V7

oracle oramodule.c osntab.c -DVERSION7 -L/net/vision/local/oracle/lib -locic -lsqlnet -lsqlnet -lora -lpls -lsqlnet -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore -lm

Obviously, the -L/net/vision/local/oracle/lib should be changed to point to your own oracle lib directory.

Hope this helps.


Mitch Garnaat		Wilson Center for Research & Technology
garnaat_at_wrc.xerox.com		  	      Xerox Corporation

(716)422-1521 800 Phillips Road MS 128/51E
(716)265-7133 (fax) Webster, NY 14580
--
---------------------------------------------------------------
Mitch Garnaat		Wilson Center for Research & Technology
garnaat_at_wrc.xerox.com		  	      Xerox Corporation

(716)422-1521 800 Phillips Road MS 128/51E
(716)265-7133 (fax) Webster, NY 14580
Received on Fri Jul 14 1995 - 00:00:00 CEST

Original text of this message