Hi, The main persistence manager documentation is: http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ
For migrations, see: http://wiki.apache.org/jackrabbit/BackupAndMigration > 1. What tables need to be created? (The user running Jackrabbit has > not the privilege to create tables at runtime.) >From the Bundle DB documentation http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ#Bundle_Database_PM "The tables are automatically created. To create them manually, see the SQL scripts" http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/persistence/bundle/ > 2. What happens to the data already stored using the > persistence.db.OraclePersistenceManager ? It stays there unless you migrate it (see Migration). > 3. Is there a Migration needed before using the > persistence.bundle.OraclePersistenceManager ? Yes, see Migration. > 4. Which PM strategy should be used: persistence.bundle or > persistence.db PM ? The PM documentation lists the differences (usually bundle persistence). Regards, Thomas
