problem in result may be because GTT with threading in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manvendrapsingh
    New Member
    • Feb 2008
    • 2

    problem in result may be because GTT with threading in java

    Hi all ,

    I am creating multiple Threads in my java program which all are then using a stored procedure having a Global Temporary table.
    Is it possible to have all threads using different GTT without hardcoding .
    will creating a new connection in thread solve the problem
  • sakumar9
    Recognized Expert New Member
    • Jan 2008
    • 127

    #2
    All GTTs are session oriented. You will have seperate GTT created for every session. You can use different sessions if you are having problems. If you can provide the details of what is the actual problem, we can think of some alternate solution.

    regards
    -- Sanjay

    Comment

    Working...