If I want to find the objects that start with f_get and end with rowid, how can I do that?
Or if I want to find all objects that end with rowid, how can I do that?
I forgot to mention that I was trying to find the object using the "FIND DATABASE OBJECTS" feature of the PL/SQL DEVELOPER PROGRAM. The binocular icon next to the wrench icon.
If I try to find an object like this using regexp:
*rowid
It will try to query but never seems to come back. I end up killing the pl/sql program in order to stop the find.