René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

help [SQL*Plus]

SQL> help
SQL> help index
SQL> help some-word

SQL> ?
SQL> ? index
SQL> ? some-word

Installing help

help needs the system.help table to exist and being filled. This can be done with ORACLE_HOME/bin/helpins (Unix) or ORACLE_HOME\bin\helpins.bat (Windws).