Hi All, Let's say I am able to have 5 connections from the same login onto the Oracle database (12). Each connection can run its own query etc. If in one connection I use a parallel hint of 10 (let's say) will(could) that use one of my five connections? If I used an even larger degree of parallelism could I theoretically get the ORA-02391 Exceeded simultaneous session_per_user limit error? If I try to log in after the query is ran?