Re: [Zope] OracleStorage - DCOracle2

2006-06-27 Thread Marco Bizzarri

On 6/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] 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/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] OracleStorage - DCOracle2

2006-06-26 Thread jagarrido
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
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] OracleStorage - DCOracle2

2006-06-26 Thread Jonathan


- Original Message - 
From: [EMAIL PROTECTED]

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 


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] OracleStorage - DCOracle2

2006-06-26 Thread Dieter Maurer
[EMAIL PROTECTED] 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
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )