[Zope-dev] Communication between Zserver and ZPublisher

2003-09-15 Thread Alexander Schad
this on the os level to find out what these blocked connections are doing. But since i'm no unix system administrator i really don't know where i should start my investigation. thanks, Alexander Schad

Re: [Zope-dev] Communication between Zserver and ZPublisher

2003-09-15 Thread Alexander Schad
At 13:17 15.09.2003 +0100, Chris Withers wrote: Alexander Schad wrote: Hi all, I'd like to understand how the communication between the ZServer and the ZODB works. As far as i know the ZServer (Web server) talks to the ZPublisher (ORB) to get the Requested Object. But do they communicate via

[Zope] ZOracle LOB Questions

2000-07-31 Thread Alexander Schad
Hello! i have Oracle 8.1.6 ZOracleDA 2.2 installed with Zope 2.1.6 on a red hat linux machine. i have an oracle table with one column containing blobs. Now i have the following problems: 1. How can i retrieve data from that table in zope or in python (syntax) ? 2. How can i insert data to

[Zope] Re: [Zope-dev] ZOracle LOB Questions

2000-07-31 Thread Alexander Schad
Alex, Oracle 8i broke DCOracle's support for LOBs; DCOracle primarily uses OCI 7 (Oracle 7) calls, and Oracle 8i enforces a restriction that OCI 8 objects cannot be used in the context of an OCI 7 statement. You can use Oracle 8.0 for this, the restriction isn't enforced until Oracle 8.1.