Re: java application and import dump
Posted by ErmanArslansOracleBlog on Feb 15, 2018; 10:48am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/java-application-and-import-dump-tp5202p5205.html
I recommend you an easy method;
2 steps.
write a bash script for doing the import (setting the env and running the impdp command).
execute this bash script from your java code.
that's it