How to run PL/SQL within UltraEdit?

987 Views Asked by At

How can I run PL/SQL or SQL from within UltraEdit?

Current I am able to compile the current file like this:

sqlplus database/database@pass @%F

The above compiles, but what is the command to run?

I do not see a show option here:

Enter image description here

1

There are 1 best solutions below

0
On
sqlplus apps/apps@dev @%F

The above runs the contents of the file. The file should be saved as .sql.