Linux上查看及设置oracle sid

Linux下查看及设置oracle sid1、在Linux下查看 oracle sid :  echo $ORACLE_SID2、在Linux下设置 oracle sid

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