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 data types.
data type
CHAR[ACTER] are only stored up to a length of 30 characters with fixed length in SAP DB.
VARCHAR in SAP DB.
INT[EGER] is restricted to the area from -2147483648 to 2147483647.
SMALLINT is restricted to the area from -32768 to 32767.
FLOAT is always represented with 20 significant digits.
date values or vice versa.
character strings denoted as "non padded comparison" in Oracle.