Running PL/SQL script from Developer 2000 [message #375403] |
Thu, 05 October 2000 19:29 |
Nilesh
Messages: 16 Registered: November 1999
|
Junior Member |
|
|
I am trying to run a pl/sql script (.sql file) from within forms builder. I am using forms_ddl(path) but it doesn't work. Does anyone have any ideas as to how I can run the script from developer.
|
|
|
|
|
Re: Running PL/SQL script from Developer 2000 [message #375421 is a reply to message #375420] |
Wed, 11 October 2000 19:26 |
Venkatesh Ramamurthi
Messages: 4 Registered: September 2000
|
Junior Member |
|
|
1. Copy the contents of the sql file and paste them in a program unit in the form from where you are trying to call the sql file.
2. If you are not on the Unix OS, you can try using host, but you need a driver to drive your sql file. You can use plus33.exe to execute your script. But the output will not appear on the form.
Pls take a look at this and let me.
In any case, please explain in detail what exactly you are trying to do.
chao
venkatesh
|
|
|