Recent content by mor

  1. M

    CLOB parameter nulled in test script

    Found the solution, changing the variable type to Temporary CLOB in my test script allowed me to get the value. When I view the value of the CLOB in the Script Test I get more than what I affected it with like open=F, temp=T, length=9, chunksize=4036, data=bidon but the right value is used to...
  2. M

    CLOB parameter nulled in test script

    Hi, I'm trying to test a procedure that receives a CLOB parameter. I am able to affect the CLOB with the ... button but when I execute the script my procedure receives a Null value in the CLOB. My other parameters of string type receive the values but not the CLOB. I installed the latest...
  3. M

    TOracleObject: Invalid handle

    Hello, Some of our users get the message: "TOracleObject: Invalid handle" when they connect or disconnect a session. I've asked them to upgrade to version 9.0.4.1644 and they still get the message. Any explanation as to why they get this message? Thanks
  4. M

    IDLE_TIME not considered in version 9.0.2

    I disabled the "Check Connection" preference and my connections got snipped after the idle_time expired. Sometimes the connnection is reestablished without my asking. I guess this is one of the enhancement of version 9.0.3 (Editing when disconnected could implicitly connect). I will try...
  5. M

    IDLE_TIME not considered in version 9.0.2

    We're currently deploying version 9.0.2 in our organisation and some users have noticed that the idle_time configuration of their Oracle users are not taking effect anymore. Sometimes they forget to disconnect before leaving for the day and when they get back the next morning their connection is...
Back
Top