User Tools

Site Tools


sqlplus

This is an old revision of the document!


SQL*Plus

glogin.sql

You can alter the default prompt and editor for SQL*Plus using the glogin.sql file.
This can be found at $ORACLE_HOME\sqlplus\admin

define _editor=vi
set sqlprompt "_USER'@'_CONNECT_IDENTIFIER> "

You can add here any other “set” command that you find yourself using continuously.

sqlplus.1438073884.txt.gz · Last modified: 2025/03/08 22:23 (external edit)