由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - need help on oracle setup!
相关主题
need help about oracle9iAbout Oracle AS installation on Solaris9
如何删除从行首到某个特定字符串之间的内容?Re: About Oracle AS installation on Sola
vi tutorial 2Solaris 还值得学吗?
how to read word by word from a file? 3x!北美是不是没老中玩solaris?
Oracle for Solaris now available for FREE downloadRe: Bash一问:怎么include
oracle setup HElpwhich shell is best?
getting connected to Oracle in PerlDD weijing!
哪里有solaris10x86的oracle下载?shell programming
相关话题的讨论汇总
话题: oracle话题: script话题: shell话题: setup话题: path
进入Unix版参与讨论
1 (共1页)
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.

1 (共1页)
进入Unix版参与讨论
相关主题
shell programmingOracle for Solaris now available for FREE download
有关Unix shell script的问题oracle setup HElp
where can I find some good website for C Shell ?getting connected to Oracle in Perl
Shell Script哪里有solaris10x86的oracle下载?
need help about oracle9iAbout Oracle AS installation on Solaris9
如何删除从行首到某个特定字符串之间的内容?Re: About Oracle AS installation on Sola
vi tutorial 2Solaris 还值得学吗?
how to read word by word from a file? 3x!北美是不是没老中玩solaris?
相关话题的讨论汇总
话题: oracle话题: script话题: shell话题: setup话题: path