You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2009/09/15 21:34:36 UTC

[Jackrabbit Wiki] Update of "JackRabbitOnOracle" by BearGiles

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by BearGiles:
http://wiki.apache.org/jackrabbit/JackRabbitOnOracle

New page:
= JackRabbit on Oracle =

The following information is available in the respective JavaDoc and other documentation
but per Google (and our own experience) it is easily overlooked.

== DbFileSystem vs. OracleFileSystem ==

Use an ''OracleFileSystem'' instead of an ''DbFileSystem'' when using an Oracle backend.
You will get the following stack trace if this is overlooked:

 (paste stack trace here)


== DbPersistenceManager vs. OraclePersistenceManager or Oracle9PersistenceManager ==

Use an ''OraclePersistenceManager''
or ''Oracle9PersistenceManager'' instead of an ''DbPersistenceManager'' when using an
Oracle backend.