This is a discussion on newbie struggling to get help with certain commands within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Why is it that when i do a 'help index', certain commands are not listed? like 'create', 'commit'. And ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Why is it that when i do a 'help index', certain commands are not listed? like 'create', 'commit'. And these commands are not in the oracle tutorials either, see http://www.oracle.com/technology/doc...lus/index.html . Are these commands different from the others? |
| |||
| On Feb 14, 1:17 am, sean nakasone <seannakas...@yahoo.com> wrote: > Why is it that when i do a 'help index', certain commands are not listed? > like 'create', 'commit'. And these commands are not in the oracle > tutorials either, seehttp://www.oracle.com/technology/docs/tech/sql_plus/index.html. > > Are these commands different from the others? You need to distinguish between SQL (defined in the SQL reference manual) and SQL*Plus. Your link points to SQL*Plus. The sql*plus information doesn't contain any info about SQL. Sql*plus doesn't contain any info on SQL since 7.0 in 1994, as the info would have become too voluminous. -- Sybrand Bakker Senior Oracle DBA |
| ||||
| sean nakasone <seannakasone@yahoo.com> wrote in news:Pine.WNT.4.64.0702131413410.3324@pgsnakason.h awaiianelectric.net: > Why is it that when i do a 'help index', certain commands are not > listed? like 'create', 'commit'. And these commands are not in the > oracle tutorials either, see > http://www.oracle.com/technology/doc...lus/index.html . > > Are these commands different from the others? > > http://tahiti.oracle.com |