Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
Description
Oracle supports the STRING datatype which in Oracle parlance is a plain VARCHAR2 datatype. This is seldom used in the schema, but it it is sometimes used in PL/SQL code. Suggested fix would be to map STRING to VARCHAR for procedure and function arguments in SQL_MODE=Oracle. This datatype only seems to be valid in PL/SQL and not as table columns.