I run scheduled tasks each night that run command files which run SQL in Golden, another SQL query tool. We're switching to PL/SQL developer, but for a short time I'll have Golden and PL/SQL installed. How do I run SQL from a command file in PL/SQL and not Golden?
Below is a line from the command file.
@sqlplus LoginID/Password@schema @sql_code.sql
Below is a line from the command file.
@sqlplus LoginID/Password@schema @sql_code.sql