Recent content by Cvarak

  1. C

    TOracleSessionPool rendered trash if Timeout not equal to 0

    and again (repost?): it seems that min=0 triggers the problem...
  2. C

    TOracleSessionPool rendered trash if Timeout not equal to 0

    forgot to add: object osp: TOracleSessionPool Max = 5 LogonUsername = '...' LogonPassword = '...' LogonDatabase = '...' end and TOracleSession: Preferences.MaxStringFieldSize := 255; Pool := SvcModule.osp; Pooling := spInternal; LogonUsername:='..' all "deafult"...
  3. C

    TOracleSessionPool rendered trash if Timeout not equal to 0

    hi marco! i have serious problems with oracle/doa since a firewall between my server with doa and oracle db has been errected. new policy dumps the physical db connection between my host (with OracleClient) and db itself after 2h of inactivity. bad thing: no exception raises, pool "thinks"...
  4. C

    limit and oracle version

    [/b] hi marco! thanks for a right way to get the version, i'll check it out. ad 1) yep i must get count(*) before dealing with a select, yet my question was: let's say i have , and getting the count(*) results with count=50,000. so, i don't want to show all 50,000 rows, but only row 32000 to...
  5. C

    limit and oracle version

    hi marco! nice seeing you answer the questions posted! it seems like i have two, too: 1) i already looked for a kind of *limit* function in a select on the forum, but i'm not sure if i can use the aw. well, i am making a web interface for some oracle tables, and i would find it handy to "flip"...
  6. C

    OracleSessionPool thread-safety

    hi again! thx for the prompt answer, cvarak
  7. C

    OracleSessionPool thread-safety

    hello marco, short question: is SessionPool thread-safe and how do you gain the thread-safety? thx, cvarak
  8. C

    recompiling doa - extending TOracleQuery

    hi marco! it works perfect now. thx, cvarak
  9. C

    recompiling doa - extending TOracleQuery

    hi! due to the very intensive and performance critical functions using doa i came to the only possible solution for my performance issue = extending TOracleQuery. i know, normally i should inherit, yet it's hands on and i must use private objects from the query, (avoiding) encapsulation. i...
Back
Top