Friday 17 June 2011

Set ORACLE_SID in Linux

First check the oralce sid by:
$ echo $ORACLE_SID
If you want to change the SID then use following command:
$ export ORACLE_SID=<database sid>

No comments:

Post a Comment