Database Systems is a blog about Databases and Data of any size and shape
Pages
▼
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} $ " #