Hello, I'm using latest version of SQL Developer (sqldeveloper-4.1.3.20.78-x64) with various 12c databases on many different platforms. The output from Real Time SQL Monitoring won't render on any browser unless I change db_version in this tag:
<report db_version="12.1.0.2.0" elapsed_time="0.14" cpu_time="0.08" cpu_cores="8"
to anything not beginning with "12". Nothing shows up in the browser window when opening the HTML file.
For this query I have attached original HTML output:
select /*+ monitor */ from dual;
Thanks. I'm stumped as to why db_version="12..." is causing issues.