[Zope-CMF] REplacing ZODB (Gadfly) by ORACLE

sean.upton@uniontrib.com sean.upton@uniontrib.com
Mon, 04 Mar 2002 08:41:32 -0800


Gadfly does not power ZODB; the default ZODB storage is FileStorage - Gadfly
is just a very lightweight relational database, primarily for example
purposes.  If you mean you want an alternate storage mechanism for ZODB's
low level, then they exist, including one that uses Oracle tables to store
Python pickles.  If you just want RDB access, then you aren't talking about
ZODB, and you want to use one of the many database adapters for Zope to
allow you to perform SQL queries using ZSQL methods.

Sean

-----Original Message-----
From: Cravoisier Thierry [mailto:thierry.cravoisier@st.com]
Sent: Monday, March 04, 2002 8:29 AM
To: Zope CMF Mailing list
Subject: [Zope-CMF] REplacing ZODB (Gadfly) by ORACLE


Hi,

Is it possible to use ORACLE instead of Gadfly for ZODB. Where could I
find information if it is possible, on how to proceed, and what is
needed.

Thanks
Thierry

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests