Unidac connect to Oracle with LOAD_BALANCE

Unidac connect to Oracle with LOAD_BALANCE

Hi,
it's the first time I have to connect to an Oracle server in a datacenter with Load_Balance feature;
I have received this connection string:

PROD_SIT_DB_PROD=

(DESCRIPTION=(CONNECT_TIMEOUT=5)(TRANSPORT_CONNECT_TIMEOUT=3)(RETRY_COUNT=3)(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=178.168.75.148)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=178.168.75.149)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=178.168.75.150)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PDB.subset.vcnphx.oraclevcn.com))) 

 

but I don't know how to use it with my TUniConnection component...
Can you help ?
BR