Tuesday 18 January 2005

Unix prompt with ORACLE_SID

Modify your command prompt on unix box to include the oracle SID in your prompt. Type this the .profile file of your user login.

PS1="
\${ORACLE_SID} on \h \${PWD}
$ "


#