Question is based on loadjava command in oracle to load java, jar and properties files in database and call java using oracle functioQ
if we load resource file (for example, application.property) using loadjava command, does it still refer to the one on the server or from then onward it will always refer to the one in DB? how do we setup class path for jars used?