Executing SQL*Plus Commands
To execute a SQL*Plus command, type it into the large text box on
the iSQL*Plus Workspace page and click the Execute
button. Any results will be displayed below the button. Figure 3-7 illustrates by using
DESCRIBE to show the structure of the project table.

Figure 3-7. Issuing a SQL*Plus command in iSQL*Plus
Some SQL*Plus commands are not supported for use in iSQL*Plus. The following are some guiding principles to help you remember which commands are and aren't supported:
- You have no access to files on the iSQL*Plus server
iSQL*Plus runs on a server. In the interests of security, you are not given any access to files on that server. You can't use commands such as SPOOL and SAVE to write files, nor can you use commands such as GET, START, and @ to read or execute files.
- You have no access to the server command prompt
Similarly, you are not allowed to execute programs or operating system commands that run on the server. Thus, you can't issue SQL*Plus commands such as HOST or EDIT.
- Line editing is not supported from iSQL*Plus
The entire suite of line-editing commands described in Chapter 2 is not supported from iSQL*Plus. The one exception is the LIST command, which will still list the current contents of the buffer. Line editing makes little sense when you can more easily edit by clicking and typing anywhere in the text box.
- Many SQL*Plus concepts simply do not apply ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access