This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Oracle Connection after upgrade from 6.5 to 8.5
Feedback Type: Problem
Product Area: Database
Technical Area: Application Development
Platform: ALL
Release: 8.5.1
Reproducible: Always
Hi,
We have recently upgraded from notes 6.5 to 8.5.
We use oracle 10.
Since the upgrade we are getting timeout errors on the connection in scheduled agents.
Error: 12325: Error: [Execute Statement]ORA-02396: exceeded maximum idle time, please connect again, Connector 'oracle', Method -Execute-
We are using lsxlc.
Would anyone have any ideas if there are any server settings or development changes we need to look at regarding the upgrade of our server ?
Code below, fails on the connect
On Error Goto ErrorCSN
Dim sLocCSN As String
sLocCSN = "connectSN"
Set sesCSN = New LCSession sesCSN.connectionPooling = True
Set connCSN = New LCConnection( "oracle" )