Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Linux / UNIX and the fly likes Java sqlplus Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Java sqlplus" Watch "Java sqlplus" New topic
Author

Java sqlplus

Fouad Fares
Ranch Hand

Joined: Apr 16, 2003
Posts: 38
Hi,

I have a java class the runs under UNIX.
I am calling the runtime to execute the following command:
(sqlplus @sqluser @/home/test.sql)

the test.sql ask for parameters, but i am not able to send the parameters

Can you please provide me with a solution knowing that I may call other sql files that need different parameters.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java sqlplus
 
Similar Threads
sqlplus problem in antinstaller
sqlplus in shell script
How to verify JDBC version using oracle thin driver
Executing shell script from java
Running .sql File in java