Hi you all,
i have a question. I have an oracle data-source configured on a 1.5.2 orion
server. Here you are:
<data-sources>
<data-source class="com.evermind.sql.DriverManagerDataSource"
                name="IMS"
                location="jdbc/IMSCoreDS"
                xa-location="jdbc/xa/IMSXADS"
                ejb-location="jdbc/IMSDS"
                schema="database-schemas/oracle.xml"
                connection-driver="oracle.jdbc.driver.OracleDriver"
                username="user"
                password="password"
                url="jdbc:oracle:thin:@10.3.1.6:port:SID"
                inactivity-timeout="30"
        />
</data-sources>
It works fine. But the problem comes when i have a network problem to
connect to the data-base. Then orion isn't able to make a connection and
instead of giving up connecting after 3 attemps(as i read this is the
default value for the max-connect-attempts) it gets hanged up trying to
connect. is there any way to tell orion a connection timeout for oracle
connections?
Thank u.


Reply via email to