Is there any way to take oracle backup from java.
Connection c = // Connection Setting;
st = c.createStatement();
rs = st.executeQuery("//What to write here for backup");
I have tried imp and exp utility , but they cant be accessed through sqlplus...