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
↧
How to change SQL Prompt in Oracle
↧