日期:2014-05-16  浏览次数:20677 次

Linux下查看及设置oracle sid
1、在Linux下查看 oracle sid :

  echo $ORACLE_SID

2、在Linux下设置 oracle sid :

  export ORACLE_SID=your_current_sid

3. 查看数据库配置
     ps -ef | grep oracle