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
发布时间: 2012-07-19 16:02:19 作者: rapoo
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