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:
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:
Copyright © 2021 Jogjafile Inc.
The above runs the contents of the file. The file should be saved as .sql.