Recent content by rkreykes

  1. R

    Access Violation in ORAGENERIC8.DLL

    Thanks for the reply. I have tried the 8.1.5 and the 8.1.6 clients. Both receive a similiar error. As a test I tried using the BDE and I receivied a similiar error using that!. It appears that initializing the Oracle client from multiple threads at the same time is causing the problem. It...
  2. R

    Access Violation in ORAGENERIC8.DLL

    When I use a multi-threaded application on a multi-processor server I receive an Access Violation on orageneric8.dll at 000B51D5, read address of 00000098. I am creating a separate TOracleSession in each thread and every TOracleQuery uses its thread's TOracleSession. I have tried using the...
  3. R

    DOA in OLE Automation Object under ASP/IIS

    I am using DOA 3.3.3 in an OLE Automation Object object that is called from an Active Server Page under IIS 4.0. When a single client accesses the web page everything is fine, however, when 2 clients access the same page at the same time I get random abends. I am creating the TOracleSession...
  4. R

    Connection Pooling

    I am using DOA in an OLE automation object. This object is called from an ASP page on an IIS server. Is there a way to pool the Oracle connections so that I don't have to reestablish the Oracle connection for every page for every user? Any ideas would be appreciated.
Back
Top