I connect to Oracle 9.2 using LC Connector object, eg:…
Set LCSource=New LCConnection(“Oracle”)
LCSource.Server=“schema”
LCSource.UserID=“UserXXX”
LCSource.Password=“XxX123”
LCSource.Connect
…
A scheduled LS agent does the normal “Execute”, “Commit” and “Disconnect” methods.
All works well, but every now and again the connection to Oracle freezes (on “Execute”), meaning we have to:
-
restart AgentManager; or
-
kill the ‘UserXXX’ session in Oracle.
There is no trend: when we do 1) or 2) above, the same sql command that caused the freeze, executes fine.
Is this an Oracle or Domino issue?