Recent content by Carlos

  1. C

    Problems con TOracleSession.Logon

    Hi marco, We have done what you propose, but the problem still appears . Do you know any buffer exists and if we have to reset it? Now we think that DLL processes a lot of connections and by every connection it leaves some buffer full.
  2. C

    Problems con TOracleSession.Logon

    Hi Marco and Happy New Year, Sometimes logoff method finishes without an exception and others it finishes with exception, depending uppon BD shutdown and logoff code execution coincide. Sum up, these are the steps: - Dll always runs and every 30 seconds disconnect, connect and query BD. -...
  3. C

    Problems con TOracleSession.Logon

    Hi mkalter, We think that the connection is finished when Logon method try to connect again. I send you the code where Dll hangs. Anyway, if the connection is still alive, how can we fix the problem? Thanks in advance LogEvent('Funcion OpenSession: apertura de conexion.'); with...
  4. C

    Problems con TOracleSession.Logon

    We have one DLL that is connecting every 30 seconds with Oracle 8.1.5. Usually, DLL keeps on trying to connect to DB during cold backup. After DB
  5. C

    Trace Net8

    Hi Marco, I set up this parameters in sqlnet.ora file: TRACE_LEVEL_CLIENT = 16 TRACE_FILE_CLIENT = ora_1400 TRACE_DIRECTORY_CLIENT = d:\temp TRACE_UNIQUE_CLIENT = TRUE I made a test using BDE and this parameters in sqlnet.ora file and I got a ".trc" file, but when I use DOA I get no .trc...
  6. C

    Problems with Arrays

    The kind of array is PL/SQL TABLE. I want to send more data about the System. We have : - Oracle 8.1.5 on Server AIX - Web Server Netscape 3.6 Enterprise Server with Oracle Client 8.1.5 on NT. Cgi-bin are Delphi DLL
  7. C

    Trace Net8

    When I set up sqlnet.ora for trace, I don
  8. C

    Problems with Arrays

    We have problems with Arrays sended to Oracle. Once we have filled Arrays in Delphi and they are sended to Oracle, sometimes Oracle does not receive these values. Usually, Oracle does not receive one ocurrence of one array, but the rest of the array is received.
Back
Top