OCIDB_HOST
OCIDB_HOST
The TNS name of the target database to connect to.
If running locally on the database server you may leave that string empty.
DB_NUM_DECIMAL
Define here what you are using as grouping character and decimal character.
Germans usually use DECIMAL=, | GROUPING =. in opposite of english/american which seems to be using DECIMAL=. | GROUPING=, and if you are using something completly different, please drop me a short mail and tell me what you use, I always love to learn :)
OCIDB_CONNECT_RETRIES
Set amount of retries in case of a connection failure.
Whenever the connection fails and you have defined a value which is greater than 1 the class sleeps for two seconds and retry connection attempt. If you do not define any value here the class uses the default of 1 connection attempt without any sleep, this is the behavour in all previous versions.