OracleStorage is a storage manager for the Zope object database (ZODB). By default, Zope ships with FileStorage, in which Zope's object data are stored on the file system. OracleStorage behaves the same, except object data are stored in an Oracle table.
Note: OracleStorage requires DCOracle.