Hi all!! 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 determine your oracle version. make: *** [.config] Error 2 ) Any suggestions? Thank you for all
----- Original Message ----- From: <jagarrido@emergya.info> To: <zope@zope.org> Sent: Monday, June 26, 2006 8:21 AM Subject: [Zope] OracleStorage - DCOracle2
Hi all!!
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 determine your oracle version. make: *** [.config] Error 2
If I understand correctly, you have zope running on two different servers: Server 'A' runs Oracle and Server 'B' contains business logic that requires content from Server 'A'. If this is the case, have you looked at XMP-RPC? Jonathan
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
On 6/26/06, jagarrido@emergya.info <jagarrido@emergya.info> wrote:
Hi all!!
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;
Does this file exist on the Zope machine? Is it readable by the user you're using to compile DCOracle2? Regards Marco -- Marco Bizzarri http://notenotturne.blogspot.com/
participants (4)
-
Dieter Maurer -
jagarridoï¼ emergya.info -
Jonathan -
Marco Bizzarri