Oracle & SQLPlus
The best ways to run all files from a folder in SqlPLus Create a file and store all of the file names from the folder: ls -l > list.sql Edit and set @ before each file name vi list.sql 1,$s/^/@/ sqlpus ich/foo@mydb @list.sql SPOOL Command SPOOL FILENAME: Store query results in file …