Oracle SQLPlus is an effective tool, but sometimes it has some hard-to-explain behavior.
Like when you try to get it to replace an existing view, and all that happens, is that it very patiently does – nothing at all.
There are several possible reasons – where SQLPlus has requirements that other SQL tools (like Toad) does not have.
http://www.vertabelo.com/blog/notes-from-the-lab/blank-lines-in-sql-plus
- Blank lines prevent the execution of a command in SQL*PlusA blank line in a SQL statement or script tells SQL*Plus that you have finished entering the command, but do not want to run it yet.If you’re writing or generating SQL scripts for SQL*Plus, make sure there are no blank lines in your SQL commands or the statements will not be executed.
This only seems to be required for views. Packages are executed even if they contain some blank lines
- Package replace script must end with a “/”
[srs_total_visitors]