test the "Bank" sample problem!!
I am trying to test the sample of "Bank", i have already done the
following:
1. I installed iAS6.0 on Win2k Professional, and installed Oracle 8i
Enterprise Edition (8.1.7) on other Win2k machine.
2. Installed Oracle Client on iAS and successfully register oracle JDBC
driver
3. Created RDBMS user on Oracle database
4. When i try to create and populate the sample RDBMS table, i have got
the following error:
C:\iplanet\ias6\ias\ias-samples\bank\src\schema>setup_ora asl bank bank
"You must first set the ORACLE_HOME environment variable."
ECHO is off.
Can anyone help me to solve it? Thanks!!
Angus
[695 byte] By [
709131] at [2007-11-25 4:49:19]

Hi Angus,
It seems that you have not set your enviournment variable peoperly.
Your warning message says so. Reboot your machine, it might help. Else
goto environment setting via control panel->system->environment. Set the
value of the variable ORACLE_HOME by clicking on oracle home. Modify th
evalue of the variable to the installation class as d:\ora\ora81. I
think it will
solve your problem.
with regds
dev-support(iAS)
Angus Yiu wrote:
>
> I am trying to test the sample of "Bank", i have already done the
> following:
>
> 1. I installed iAS6.0 on Win2k Professional, and installed Oracle 8i
> Enterprise Edition (8.1.7) on other Win2k machine.
>
> 2. Installed Oracle Client on iAS and successfully register oracle JDBC
> driver
>
> 3. Created RDBMS user on Oracle database
>
> 4. When i try to create and populate the sample RDBMS table, i have got
> the following error:
>
> C:\iplanet\ias6\ias\ias-samples\bank\src\schema>setup_ora asl bank bank
> "You must first set the ORACLE_HOME environment variable."
> ECHO is off.
>
> Can anyone help me to solve it? Thanks!!
>
> Angus