> Date: Wed, 2 Jul 2014 01:57:26 -0700
> From: [email protected]
> To: [email protected]
> Subject: RE: Plugin to invoke SQLLDR
>
> Thanks For your response Martin.
>
> Input to SQLLDR is username/password@oracledb control_file.
> basically I want to load data in tables using control file.
MG>my initial thought is to run sqlldr thru exec goal of maven-exec-plugin?
MG>http://mojo.codehaus.org/exec-maven-plugin/exec-mojo.html
MG>but i dont see process management config options such as 'fork' or spawn' or
even run in background e.g. & in
MG>maven-exec-plugin
MG>this functionality seems to merit a custom plugin and i know plenty of DBAs
who could use this load capability MG>incorporated into their maven pom.xml
MG>I am suprised that nobody in the vast empire of oracle will help you out on
this?
MG>send me the particulars offline of a dirt simple load_data.ctl and the
service def from tnsnames and I'll jump on it friday
MG>Bedankt/Thanks,
MG>Martin
>
> I am looking to be able to execute the following commad from Maven POM.xml
> EX: sqlldr scott/tiger@orcl load_data.ctl
>
> I have a oracle client installed on my machine and tnsnames to connect to
> the oracle databases.
>
> Please let me know if you require further information.
>
> Thanks,
> Hanuman
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Plugin-to-invoke-SQLLDR-tp5797813p5798759.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>