Recent content by Rob

  1. R

    Oracle Pooling

    I believe the only choices for PoolType are ptDefault and ptOracle (we have ptOracle) The pooling option of the session has spNone, spInternal and spMTS (we have spInternal) I tried changing PoolType to ptDefault but it crashed almost right away. Should I expect the TOracleSessionPool.Count to...
  2. R

    Oracle Pooling

    To clarify the crashing it does it about a dozen times a day but it also successfully gets a new session correctly at least hundreds of times a day.
  3. R

    Oracle Pooling

    We have created a windows service that takes many requests and have turned on pooling. the service keeps crashing and it appears to be at the point it tries to get a new session. When I query the database pooling data using SELECT * FROM V$CPOOL_STATS it shows the # of open and busy sessions...
  4. R

    The specified module could not be found

    Could this be because something has changed with Delphi 10.1 and the product as is will only work with Delphi 10?
  5. R

    The specified module could not be found

    No, it is when I try to add the doa package in install packages.
  6. R

    The specified module could not be found

    It does not give any indication of the problem module. The only other thing it says is Can't load package E:\DOA\doa41d10.bpl This is the first thing I've tried to do since installing the new Delphi. Could there be some option it requires that I did not install?
  7. R

    The specified module could not be found

    I just installed Delphi 10.1 Berlin and I am trying to install the latest version of Direct Oracle Access. The install said the package was installed but it is not in the list. When I try to install manually, it gives me the message "The specified module could not be found". I added the DOA...
  8. R

    Migrating NCLOB data

    We did manage to get it to work with the Oracle export / import through pl/sql developer. Thanks.
  9. R

    Migrating NCLOB data

    We are upgrading from Oracle 10 to 11 and have 4 databases to convert. One of the databases contains NCLOB fields. The usual PL/SQL dump and load methods don't seem to support NCLOBs. Also, if we try the odbc importer we receive an error whenever selecting a table with an NCLOB in it. Is...
Back
Top