grammars-v4
grammars-v4 copied to clipboard
plsql LONG VARCHAR is not supported
The LONG VARCHAR datatype doesn't seem to be supported in PLSQL grammar:
https://docs.oracle.com/javadb/10.8.3.0/ref/rrefsqlj15147.html
LONG VARCHAR is a JAVA datatype.
I guess that it is not related with Oracle PL/SQL datatypes
I asked a colleague of mine that has access to oracle db and he could run this fine, so i'm guessing it's some kind of type:
create table t ( a int, b long varchar )
