Can anybody provide me with an example on how to use TOracleSessionPool in Delphi. I am creating a multithreaded application and would like to use this component to create a new session whenever a new thread is created.
I need to find out what are the properties that I need to setup in my OracleSession which I will be putting on the Pool and how can my application access this session after I have created a new thread.
I need to find out what are the properties that I need to setup in my OracleSession which I will be putting on the Pool and how can my application access this session after I have created a new thread.