Entering content frame

Background documentation Name Locate the document in its SAP Library structure

The SQL syntax elements for Oracle Version 7 and SAP DB Version 7.4 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

IMMEDIATE

INCREMENT

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.

Note

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.4.

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.

Leaving content frame