queries processing
Good day!Tell me please if there is a queue of queries on the server side or on the client? I mean that my client send many parallel queries to oracle from different threads using one connection. I have dedicated connections. How Oracle works with this queries? Does it take first query and return result then take the other one and so on. Or if it takes all queries, do queque and then work with it/
Thanks in advance.
0