简体   繁体   中英

Oracle data pump using java

I'am trying to use Oracle data pump using java. How can I export data from Oracle using java and retrieve a dump file of the same.

You can export using pl/sql: http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_api.htm#sthref460

You can just invoke the pl/sql code from java. (see this http://www.dbforums.com/oracle/1690300-using-data-pump-java.html for example)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM