![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| oracle user and group setting | duke0001 | UNIX and Linux Applications | 1 | 02-26-2008 01:04 PM |
| Need help setting up a home solaris private network | Kongowea | UNIX for Dummies Questions & Answers | 1 | 02-05-2008 10:19 AM |
| $HOME Not Getting Set for Oracle Scheduler Script at Runtime | shew01 | Shell Programming and Scripting | 4 | 12-14-2007 05:31 AM |
| setting up my HOME PC as server | rrs | UNIX for Advanced & Expert Users | 1 | 02-19-2007 09:04 PM |
| Hardware dummy trying to set up Unix workstation for Oracle at home for practice! | tmanpakdee | UNIX for Dummies Questions & Answers | 4 | 12-07-2001 01:04 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
setting Oracle Home
Hi,
if i set Oracle home in the command line as export ORACLE_HOME=/usr/oracle/product/9.2.0; and then checking it by typing echo $ORACLE_HOME,its getting the correct result.But if i try setting the ORACLE_HOME from a shell script by just including the same line as above,it was not working.Could anybody give me a tip regarding this? With Regards Dileep |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
try
ORACLE_HOME=/usr/oracle/product/9.2.0 export ORACLE_HOME |
|
#3
|
||||
|
||||
|
Quote:
Code:
source myscript.sh |
|
#4
|
|||
|
|||
|
Quote:
|
|||
| Google The UNIX and Linux Forums |