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
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
Comment