开发者

Is there a sqlldr api for java

开发者 https://www.devze.com 2023-04-09 09:24 出处:网络
I want to use sqlldr from a java program, but I dont want to invoke it using \"Runtime.exec\". is there such api for sq开发者_Python百科lldr in java.No, there is no native API to call SQL*Loader funct

I want to use sqlldr from a java program, but I dont want to invoke it using "Runtime.exec". is there such api for sq开发者_Python百科lldr in java.


No, there is no native API to call SQL*Loader functionality from Java.

The only option you have is to use Runtime.exec() (or a ProcessBuilder).

0

精彩评论

暂无评论...
验证码 换一张
取 消