Using Oracle on Solaris

Bernard Delmée bdelmee at advalvas.REMOVEME.be
Mon Mar 22 14:52:08 EST 2004


> Given that I already have Oracle and Python installed on the Solaris box, 
> what else do I need?

You'll need a C compiler (Sun's or gcc), and the cx_Oracle module.
Grab the source code at http://www.computronix.com/utilities.shtml
When building the module (see the included instructions), make sure
you've got a working oracle environment (eg 'sqlplus' can be invoked,
and the oracle libraries can be found by the linker...)

The Python Database API is documented at:
http://www.python.org/peps/pep-0249.html

Cheers,

Bernard.




More information about the Python-list mailing list