In a "Find Database Object' window, I'd like to find, say, all packages with an underscore ("_") in their name. In the Name field, I put '%_%' which of course is interpreted as 'match any number of characters' + 'match one character' + 'match any number of characters'.
In this search, is there...