Claus Pedersen
Member³
I think this is a old error, but maybe it is about time to get it fixed. I have the cursor:
When I place the cursor on line 1, lines 1, 5 and 6 are highlighted.
When I place the cursor on lines 5 or 6, nothing is highlighted.
When I place the cursor on lines e.g. 2 or 7, both lines are always highlighted (because it is a parameter of a simple type).
Please fix it, so cursor record parameters can always be highlighted correctly.
Code:
CURSOR my_cursor (record_parameter dbms_lob.clob_deduplicate_region,
simple_parameter NUMBER) IS
SELECT *
FROM dual
WHERE record_parameter.lob_offset = 7
AND record_parameter.primary_lob_offset = 8
AND simple_parameter = 9
When I place the cursor on line 1, lines 1, 5 and 6 are highlighted.
When I place the cursor on lines 5 or 6, nothing is highlighted.
When I place the cursor on lines e.g. 2 or 7, both lines are always highlighted (because it is a parameter of a simple type).
Please fix it, so cursor record parameters can always be highlighted correctly.