Home » Developer & Programmer » JDeveloper, Java & XML » How to access sql*loader using javaprogram
How to access sql*loader using javaprogram [message #129282] Sat, 23 July 2005 01:51 Go to next message
raghu kalyan
Messages: 2
Registered: July 2005
Junior Member
hai

How can I access an sql*loader from a java program.please find the solution

bye
Re: How to access sql*loader using javaprogram [message #129315 is a reply to message #129282] Sat, 23 July 2005 15:50 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
You can call it like you would call any other OS command from Java:

// Execute the command...
final Process pr = Runtime.getRuntime().exec(finalCommand);


Best regards.

Frank
Previous Topic: '.' expected error in 10g. Developed in 9i ok.
Next Topic: Java AQ library, WebLogic & Connection pools problem
Goto Forum:
  


Current Time: Thu Apr 25 03:31:45 CDT 2024