New for Oracle. I have used the global temporary table in Oracle. This temp table stores the input values from the front end, and we further process the data.
So my question is that since multiple users will send the requests how will store the data for different user? For example User A has send the request with record id 101
and 102
and at the same time user B has send the request with record id 103
and 104
. So it will process the data independently? Will it not merge the data?