Quantcast
Channel: Remote Database Admin Blog » Database Administration
Viewing all articles
Browse latest Browse all 32

How to change SQL Prompt in Oracle

$
0
0
Take a backup of glogin.sql in ORACLE_HOME\sqlplus\admin

Now Edit glogin.sql and add these lines

SET TIME ON
SET TIMING ON
set sqlprompt "_user '@' _connect_identifier > "

Now try to connect using sqlplus 

Viewing all articles
Browse latest Browse all 32

Trending Articles