Hello,
Oracle 11.2, Topic SQLPLUS. I have a SQL file I cannot change. I am calling that file from SQLPLUS like @my_file.sql, so far no big deal. There are a lot of DML and DDL Statements in the file. Is there a way SQLPLUS will wait before executing the next command till I hit the Return key ? Again, I cannot edit the file.
sql_coder