Closed
Description
In #90 there is a feature for full PL/SQL support.
We would like to address at least small bug.
In this query
select value/1000 from v$sesstat se,v$statname sn where se.STATISTIC# = sn.STATISTIC# and sn.name = 'CPU used by this session' and se.SID=ss.SID
You can se v$abc
identificators. They are valid, but they are marked as error by coderay. Is there anything we can do with this?