Forum OpenACS Development: Re: Error installing OpenACS 5.1.5 on Oracle 10g

Does "dependent progs" mean loadjava?

You shouldn't need to copy programs, just set your environment up. If you use bash, something like this should do:

export ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1
export ORACLE_SID=orcl
PATH=$ORACLE_HOME/bin:$PATH

For me 'which loadjava' gives
/home/oracle/oracle/product/10.2.0/db_1/bin/loadjava

Collapse
Posted by Sudheer Alladi on
Hi Christian,

I think setting the enviroment, in path so that all progs will be accessible is the better option than copying them.

Any ways thanks for the response,

Regards,
Sudheer Alladi.