Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: list of reserved words
Check table v$reserved_words (Combination of reserved and keywords)
here is list of reserved words:
ACCESS, ADD, ALL, ALTER, AND, ANY, AS, ASC, AUDIT, BETWEEN, BY,
CHAR, CHECK, CLUSTER, COLUMN, COMMENT, COMPRESS, CONNECT,
CREATE, CURRENT, DATE, DECIMAL, DEFAULT, DELETE, DESC, DISTINCT,
DROP, ELSE, EXCLUSIVE, EXISTS, FILE, FLOAT, FOR, FROM, GRANT,
GROUP,HAVING,IDENTIFIED,IMMEDIATE,IN,INCREMENT,INDEX,
INITIAL,INSERT,INTEGER,INTERSECT,INTO,IS,LEVEL,LIKE,LOCK,LONG,
MAXEXTENTS,MINUS,MLSLABEL,MODE,MODIFY,NOAUDIT,NOCOMPRESS,
NOT,NOWAIT,NULL,NUMBER,OF,OFFLINE,ON,ONLINE,OPTION,OR,ORDER,
PCTFREE,PRIOR,PRIVILEGES,PUBLIC,RAW,RENAME,RESOURCE,REVOKE,ROW,
ROWID,ROWNUM,ROWS,SELECT,SESSION,SET,SHARE,SIZE,SMALLINT,START,
SUCCESSFUL,SYNONYM,SYSDATE,TABLE,THEN,TO,TRIGGER,UID,UNION,UNIQUE,
UPDATE,USER,VALIDATE,VALUES,VARCHAR,VARCHAR2,VIEW,WHENEVER,WHERE,WITH
Note: In addition to the above reserved words, Oracle uses system- generated
names beginning
with "SYS_" for implicitly generated schema objects and subobjects. Oracle
discourages you
from using this prefix in the names you explicitly provide to your schema
objects and subobjects
to avoid possible conflict in name resolution.
Veera Prasad
Helmut Daiminger wrote:
> Hi!
>
> Is there a document that has a list of all the Oracle reserved words that
> you can't use e.g. as table names? Words like: default, table, min, max,
> .....
>
> Thanks,
> Helmut
>
> --
> Author: Helmut Daiminger
> INET: hdaiminger_at_vivonet.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Sep 15 2000 - 14:20:42 CDT
![]() |
![]() |