Hi, Instead of using BundleDbPersistenceManager you probably need to use the OraclePersistenceManager. Unfortunately this will not work with JNDI at the moment (because default user name and password are used). However you could patch the OraclePersistenceManager with the current one from the trunk: http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/persistence/bundle/OraclePersistenceManager.java
There is already a bug for this problem, see https://issues.apache.org/jira/browse/JCR-1562 Regards, Thomas
