Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: installing 'help' files

Re: installing 'help' files

From: Eugene Firyago <efiryago_at_bisys.com>
Date: Sun, 14 Nov 1999 12:37:16 -0500
Message-ID: <80ms62$rmq$1@autumn.news.rcn.net>


There is the following procedure to install help system into sqlplus on unix:

$ SYSTEM_PASS=system/system_password
$ export SYSTEM_PASS
$ cd $ORACLE_HOME
$ ./helpins

But before that you have to check for the helpins existence script within the $ORACLE_HOME or wherever on your platform.

Neal Katz wrote in message <382DE41F.84AEB438_at_mail.com>...
>I have sucessfuly installed 8i on my Linux box (RH 6.1), but the HELP
>files for sqlplus did not install. Any ideas on how I install them ?
>
>Oracle8i Release 8.1.5.0.0 - Production
>With the Java option
>PL/SQL Release 8.1.5.0.0 - Production
>
>SQL> help
>SP2-0172: No HELP available.
>
>
>Thanx,
>
>alphaone
>
>p.s. For those trying to install 8i on RH61. You MUST use blackdown jre
>and exec runIns.sh from install/linux . Also, create all accounts, mount
>points, directories before hand. The installer gives misleading error
>messages.
>
Received on Sun Nov 14 1999 - 11:37:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US