tags:

views:

14

answers:

2

is there a way to import the oracle dump through java program?? If yes, How??

Thanks in advance

A: 

Both yes and no. It's not possible through JDBC which is what I think you are asking.

It is possible using Runtime.exec() to call the command line Oracle command to import the dump.

Jeanne Boyarsky
A: 

Thanks for the clarification Jeanne :).... I'm using Runtime.exec() now.

niranjan sharma