x**g 发帖数: 40 | 1 every time when i enter oracle, i should set up the path
before i go to use sqlplus. such as $ORACLE_HOME, PATH, and
$ORACLE_SID, so is there any way that i can code a small
shell script to make it works, and idon't have to type them
everytime. I have tried a lot, but i don't know where to put
the shell script and also don't know how to write this shell
script efficiently. thank you very much. | j***y 发帖数: 87 | 2 read $ORACLE_HOME/bin/coraenv or oraenv, they are scripts.
so jut modify them and call it in your startup script.
【在 x**g 的大作中提到】 : every time when i enter oracle, i should set up the path : before i go to use sqlplus. such as $ORACLE_HOME, PATH, and : $ORACLE_SID, so is there any way that i can code a small : shell script to make it works, and idon't have to type them : everytime. I have tried a lot, but i don't know where to put : the shell script and also don't know how to write this shell : script efficiently. thank you very much.
|
|