PL/SQL warning PLW-07207 is missing in list in Preferences

Claus Pedersen

Member³
In Preferences -> Oracle -> Compiler -> PL/SQL Warnings, the entry no. 7207 (BULK COLLECT used without the LIMIT clause) is missing in the Exception drop-down list.
You can add it manually, but it would be nice to have a complete list. I have not checked the other ranges (50xx, 60xx) for missing entries, I just stumbled upon this.
 
Partly solved in beta 6, PLW-07207 is added to the list, but the codes 5018-5029 + 5999 + 6017-6029 have not been added.
Is it possible to extend this list with a user configurable list that the user can add/modify when needed?
 
It is user configurable though the plw_messages.txt file in the PL/SQL Developer installation directory. But this is not recommended because the file is replaced for each update. We would need to support a file in a more permanent location.
 
Back
Top