> From: Pierre-Philippe Coupard
> Sent: Sunday, November 02, 2003 6:36 PM
> Seiji Yoneda wrote:
> > $ ora8i.sh< Execute this script
>
> --8<--8<--
>
> > $ printenv ORA_HOME < After execution of script
> > <--- After execution, ORA_HOME has no
Seiji Yoneda wrote:
$ ora8i.sh< Execute this script
--8<--8<--
$ printenv ORA_HOME < After execution of script
<--- After execution, ORA_HOME has nothing !!
$ printenv PATH < After execution, PATH does't change!!
This isn't a
Hi,
I'm using bash 2.05a.0(2) on win2k pro and I'm running into problems
that the bash script doesn't work as I expected.
My bash script is as follows,
< from here the script (ora8i.sh) start
#!/usr/bin/bash
ORA_HOME='/c/oracle/ora817'
export ORA_HOME
PATH=${ORA_HOME}/bin:${PA
3 matches
Mail list logo