I have a number of huge .SQL files that inserts data into tables. I'm using Sqlplus to execute these scripts. While the command window is crunching all these thousands of INSERT INTO {table} statements, I occasionally see an error showing up in the command window for a split second before Sqlplus goes on to the next INSERT INTO {table} statement.
Is there a way to show any error that comes up after executing a SQL script in Sqlplus?
spooling the output?