Tuesday, October 30, 2007

How to Change Transaction Timeout 10.1.3.3

Transaction Timeout allows appserver how much time that the server has to wait before it rolls back the tranactions. By Default oracle application server sets this value to "30" seconds. If you need to change this for any reason. Here are the steps.

Steps:
1. Go to "YOUR_APP_INSTALL_HOME\j2ee\\config\transacton-manager.xml
2. Look for transaction-timeout="30" and change the value of 30 to whaterver you want.

Note: This transaction timeout affects one home if you have more than one oc4j home then you have to change in all.

No comments: