Class Oracle10R1ConnectionHelper


  • public final class Oracle10R1ConnectionHelper
    extends OracleConnectionHelper
    The connection helper for Oracle databases of version up to 10.1. It has special blob handling.
    • Constructor Detail

      • Oracle10R1ConnectionHelper

        public Oracle10R1ConnectionHelper​(javax.sql.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 Detail

      • init

        public void init()
                  throws java.lang.Exception
        Retrieve the oracle.sql.BLOB class via reflection, and initialize the values for the DURATION_SESSION and MODE_READWRITE constants defined there.
        Overrides:
        init in class OracleConnectionHelper
        Throws:
        java.lang.Exception - on error