[Zope] OracleStorage - DCOracle2

Dieter Maurer dieter at handshake.de
Mon Jun 26 15:07:03 EDT 2006


jagarrido at emergya.info wrote at 2006-6-26 14:21 +0200:
>I need save the zope objects in an Oracle 8.1.7 Database,who I'm trying do
>it with DCOracle2 Product.
>
>My initial problem is I need save objects in Oracle Database who reside in
>other machine distinc Zope resides. Due to it, I have a compilation
>problem because Oracle server resides in other machine(error:
>/ora00/ora8i/u01/app/oracle/product/8.1.7/lib/libclntsh.so not readable;
>unable to

You need an Oracle *client* library where Zope runs.
This means, you will have a local "libclntsh.so" (that of the client
library).

The Oracle client library can then talk to the Oracle server
whereever it may be.


-- 
Dieter


More information about the Zope mailing list