Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: DBCA cannot run
afilonov_at_yahoo.com (Alex Filonov) wrote in message news:<336da121.0308050643.4a1bca67_at_posting.google.com>...
> garrylam <member34439_at_dbforums.com> wrote in message news:<3197167.1059964365_at_dbforums.com>...
> > I change the shmmax to 2147483648
> >
> > I have set $ORACLE_HOME=/u01/oracle/product/9.2.0.1
> >
> > and their is an entiry in the /etc/oratab
> >
> > when I check the $ORACLE_HOME/bin/dbca
> > I found that it need to run with JRE
> >
> > it seems the JRE doesn't work . because after I type
> > $ORACLE_HOME/JRE/bin/jre
> >
> > no any message output .
> >
> > if type /usr/local/java/bin/jre , it will output help message
>
> There should be a soft link to JRE home in $ORACLE_HOME. Check if
> it exists and where it points to. I'll give you more info when I
> get home.
>
> HTH
OK, more info. Soft link JRE in $ORACLE_HOME should reference the
home directory of jre, java runtime environment.
In your case, it should point to /usr/local/java.
Received on Wed Aug 06 2003 - 10:15:32 CDT