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: sqlplus 'HELP' not accessible

Re: sqlplus 'HELP' not accessible

From: Neil C <btsscrth_at_bt.com>
Date: Mon, 25 Oct 1999 15:20:11 +0100
Message-ID: <7v1oul$n9g$1@pheidippides.axion.bt.co.uk>


Hi,

if you look in $ORACLE_HOME/sqlplus/admin/help you should find two .sql files and three .ctl files
The helptbl.sql files will create the necessary help table, and the helpindx.sql will cerate the necessary index on that table.

You should run the helptbl.sql script first, then run in the .ctl files using sqlload
Finally run the helpindx.sql script to create the indexes.

NOTE: these should all be run as user SYSTEM

HTH NeilC
Lee Kang Won wrote in message <3813EFB0.5B318BEC_at_3rsoft.com>...
>I can't get help information from 'sqlplus'.
>
>It says,
>"HELP not accessible."
>
>What can i do to make it accessible?
Received on Mon Oct 25 1999 - 09:20:11 CDT

Original text of this message

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