According to the docs, the TOracleEvent duplicates a connection to avoid interfering with the main session.
Our client have a limited number of oracle session available (300). We would like to introduce TOracleEvent in our application, however this will result in 2 sessions from every instance of our program - something that most likely will lead to disaster since our client have 150-175 users.
Is there any way of not duplicating the connection? What's the cost?
Our client have a limited number of oracle session available (300). We would like to introduce TOracleEvent in our application, however this will result in 2 sessions from every instance of our program - something that most likely will lead to disaster since our client have 150-175 users.
Is there any way of not duplicating the connection? What's the cost?