Hi everybody.
I dont understand how to work properly with plsql warnings in pl/sql developer
TASK:
I want to see all plsql warnings during compiling of my program units.
1. I enabled all warnings 'alter system set plsql_warnings="enable:all"'
2. I restarted instance.
3. I opened sql plus and...