I have shell script for creating dump file of oracle 11g database. I want to run it through java code, I did find any working solutions on the web. Can anyone help me on this.
Script
expdp test/test@localhost:1521/ORCL DIRECTORY=orcl_full2 DUMPFILE=testDBUser.dmp LOGFILE=full_exp_TestDBUser.log FULL=YES
One solution I found mentioned below, but it did not work for me :