Hello
We have an Oracle SQLcl client running on a separate Linux server, to which an external party is connecting to. The problem is that when multiple requests are coming in, they are handled sequentially. Is it possible for a single SQLcl instance to handle multiple connections in parallel, or does a separate SQLcl client need to be started for each connection? Or are you recommending another approach?
Regards Erik