How does one enable the SQL*Plus HELP facility?
To enable HELP for SQl*Plus, run the supplied SQL and Loader scritps to create the Help table and to populate it. Look at this Unix example: cd $ORACLE_HOME/sqlplus/admin/help sqlplus system/manager @helptbl sqlplus system/manager @helpindx sqlldr system/manager control=plushelp.ctl sqlldr system/manager control=sqlhelp.ctl sqlldr system/manager control=plshelp.ctl If the HELP command is not supported on your operating system, you can access the help table with a simple script like this: HELP.SQL: select info from system.