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

2000-07-31 Thread Chris McDonough
Please do not cross post to the zope and zope-dev mailing lists. -Original Message- From: Alexander Schad [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 11:38 AM To: Matthew T. Kromer Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Zope] Re: [Zope-dev] ZOracle LOB

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

2000-07-31 Thread Matthew T. Kromer
Alexander Schad wrote: 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)

[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.