Commodore68
Commodore68
> CHR-function in TRIM-function for TRIM, the oracle docs [here](https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/TRIM.html) say > Both trim_character and trim_source can be VARCHAR2 or any data type that can be implicitly converted to VARCHAR2....
I have a personal one that mostly supports oracle 19 that has fixed the quoted string issue in a lot of places. In fact, quoted string shouldn't really be used...
much of SQL\*PLUS functionality is not written in the grammar. the part on line 7 that is failing is SQL\*PLUS. the & variables are also SQL\*PLUS. the .. isn't working...
it could be argued that SQL*PLUS should really get its own grammar.
In my experience with it, you have two options as it is now. 1. increase the heap size for Java when you run the parser 2. reduce the size of...