Hi,
I need to create a redwood scrpit that access to a remote database using oracle_jdbc driver.
I managed to get the jdbc driver on a library an it connects to the database and it works ok
The question is
I have a custom library that where I have all my special functionalities
My redwood script will have to be related to that library and also the jdbc driver.
So the question is. do I have to add the jdbc jar file to my library? i'm affraid it might cause overload on the system since that library is used on may jobs.
or is it posible to have two libraries related to a specific job. or to have one library linked to another library
Thanks for your answers.