26 Jun
2006
26 Jun
'06
7:07 p.m.
jagarrido@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