Class OracleConnectionHelper

java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper
org.apache.jackrabbit.core.util.db.OracleConnectionHelper
Direct Known Subclasses:
Oracle10R1ConnectionHelper

public class OracleConnectionHelper extends ConnectionHelper
The connection helper for Oracle databases of version 10.2 and later.
  • Constructor Details

    • OracleConnectionHelper

      public OracleConnectionHelper(DataSource dataSrc, boolean block)
      Parameters:
      dataSrc - the DataSource on which this helper acts
      block - whether to block on connection loss until the db is up again
  • Method Details

    • init

      public void init() throws Exception
      Initializes the helper: checks for valid driver version. Subclasses that override this method should still call it!
      Throws:
      Exception - on error