November 2004
Intermediate to advanced
584 pages
15h 29m
English
SET SQLPROMPT — Not available in iSQL*Plus
The SET SQLPROMPT setting changes the SQL*Plus command prompt.
SET SQLP[ROMPT] prompt_textIs the command, which may be abbreviated SET SQLP.
Is the new prompt text. The default prompt text is "SQL> ".
The following example shows the prompt being changed from "SQL> " to "SQL*Plus> ":
SQL> SET SQLPROMPT "SQL*Plus> "
SQL*Plus>In Chapter 14, the section Section 14.2 shows how you can set your prompt to automatically reflect the database to which you are connected.
Read now
Unlock full access