I am to use Sqoop to work with two versions of oracle. For each version of the oracle, we need a specific version of oracle jdbc driver jar to talk with oracle. I put the two oracle jdbc jars into $SQOOP_HOME/lib, which will lead to classpath loading issue(sqoop works well for one oracle, but doesn't work for the other oracle)
I would ask if there is a way to specify the jdbc jar instead of loading it from $SQOOP_HOME/lib (which is the default behavior) when I kick off the sqoop command to load data into oracle.