Name 

The SQL syntax elements for Oracle Version 7 and SAP DB Version 7.3 in SQL mode ORACLE differ, among other things, in the definition of names for objects.

If SAP assigns names for objects, these names differ from the names generated by Oracle.

The following keywords are reserved in Oracle 7 but not in SAP DB:

ACCESS

COMPRESS

ELSE

FILE

IF

IMMEDIATE

INCREMENTAL

INITIAL

MAXEXTENTS

NOAUDIT

NOCOMPRESS

 

OFFLINE

ONLINE

PRIOR

 

SIZE

START

SUCCESSFUL

 

THEN

VALIDATE

   

If possible, these key words should not be used to designate objects in SAP DB.

You can find a list of all the keywords reserved in SAP DB in the section reserved_key_word of the Reference Manual: SAP DB 7.2 and 7.3 .

You can find a list of all the keywords not reserved in SAP DB in the section not reserved_key_word of the Reference Manual: SAP DB 7.2 and 7.3 .