Oracle 12.2 + latest dbForge 4.0.304 / JSON_TABLE problem

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
Yahia
Posts: 26
Joined: Tue 25 Oct 2011 09:30

Oracle 12.2 + latest dbForge 4.0.304 / JSON_TABLE problem

Post by Yahia » Sun 17 Mar 2019 12:32

Hi,

any statement with JSON_TABLE in it leads to Oracle errors (when trying to execute with F8) and/or the formatter claiming a syntax problem.
The same statement (copy/paste) works without any problem from SQLPLUS .
It does not make a difference whether the statement is simple or complex - it happens always... for example:

SELECT * FROM JSON_TABLE('[[]]','$[*]' COLUMNS X PATH '$');

How can I solve this?

Best Regards
Yahia

alexa

Re: Oracle 12.2 + latest dbForge 4.0.304 / JSON_TABLE problem

Post by alexa » Wed 20 Mar 2019 09:14

We will fix this issue in one of the next product builds and will notify you once it's available for downloading.

Post Reply