Can Monitoring usage afect pl/sql code?
Hello,
I’ve recently detected uncompiled pl/sql on database but I didn’t find the reason yet.
The only action done before issue was turn monitoring on all indexes for schema X with
'ALTER INDEX '||owner||'.'||index_name||' MONITORING USAGE; '
Can this action decompile pl/sql code?
Regards
Raul J.