Recent content by limerdove

  1. L

    Find Database Objects and regexp??

    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...
  2. L

    Find Database Objects and regexp??

    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? example: f_get*rowid example *rowid
  3. L

    How should I run a sql*plus program?

    I
Back
Top