Command Window to develop and execute SQL scripts
The Command Window can be used to develop and execute SQL scripts, using the familiar SQLPLus command syntax. The built-in editor should be a comfortable environment to develop scripts, using SQLPlus, SQL and PL/SQL syntax highlighting. It should have the same powerful features as the PL/SQL Editor, such as the code completion, quick info, and so on. You can quickly switch between the script editor and the command line by clicking on the tabs at the top of the window.
Just like with SQL*Plus you can interactively type single commands and SQL statements on the command line. Error messages are displayed in red, and the error location is underlined in red as well. This makes it easy to find and identify errors.