0

I'm developing a java program and with it, I want to be able to import and export oracle datapump.

Do you know any library that i could use which will enable me to do so?

Another option is to do it with the console, but I'm not very keen on doing so.

Thank you

mokko211
  • 597
  • 2
  • 9
  • 25

1 Answers1

2

There is a PL/SQL package which wraps the Data Pump functionality. Find out more.

APC
  • 144,005
  • 19
  • 170
  • 281