Skip to Main Content

Japanese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

環境変数が反映されない

1009319May 16 2013 — edited May 17 2013
お世話になります。
Oracle Databaseを使用していたのですが、なぜかORACLE_SIDとORACLE_HOMEが反映されなくなってしまいました。
echo $ORACLE_SID $ORACLE_HOME をやっても空白が返されます。
env をやってみると、確かにORACLE_SIDとORACLE_HOMEが表示されていません。
/etc/oratab を見てみると、たとえば oracle:/orapath:Y となっています。
ユーザディレクトリ内の.bash_profile を見てみると、export ORACLE_SID=oracle export ORACLE_HOME=/orapath となっています。

export $ORACLE_SID=oracle と打つと
bash: export: '=oracle': not a valid identifier 
export $ORACLE_HOME=/orapath と打つと
bash: export: '=/orapath': not a valid identifier
と返されます。

サーバを再起動しても変わりませんでした。

何か解決策はございますでしょうか。
ご指導宜しくお願いします。

使用環境 RHEL5.4   Oracle 11gR1

Edited by: 1006316 on 2013/05/16 19:38

Edited by: 1006316 on 2013/05/16 20:13

Comments

asahide May 16 2013
export $ORACLE_SID=oracle と打つと
bash: export: '=oracle': not a valid identifier 
export $ORACLE_HOME=/orapath と打つと
bash: export: '=/orapath': not a valid identifier
$ export ORACLE_SID=oracle
のような形で実行するものです。
宣言のときに$はつけません。

.bash_profileの該当の箇所はアップできますか?
.bash_profileを実行しても変化はないですか?
bash使われてますか?
1009319 May 17 2013
ありがとうございました!
単純なことほど気づかないというか…。
助かりました。
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 14 2013
Added on May 16 2013
2 comments
14,488 views