Note: You may wish to change the SQL*Plus prompt so that it
includes the name of the current instance. To do this you can issue a
SQL*Plus command such as the following:
SET SQLPROMPT '_CONNECT_IDENTIFIER> '
This command replaces the "SQL" string in front of the greater than
symbol (>) with the user variable _CONNECT_IDENTIFIER that will
display the current instance name for the duration of your current
session.
To change the prompt for all sessions automatically, add an entry
similar to the following entry in your glogin.sql file, found in the
SQL*Plus administrative directory:
SET SQLPROMPT '_CONNECT_IDENTIFIER> '
You may include any other required text or SQL*Plus user variable
between the single quotes in the command.
阅读(1376) | 评论(0) | 转发(0) |