Specify an owner and a name.
Optional: You can use patterns to select
objects from a list of matching objects.
- Use the percent character (%) to match a string of any length
containing any characters. For example, to list all tables with
a name beginning with the letter A, enter A%.
- Use the underscore character (_) to match a single character.
For example, to list all tables with an owner that has the letter
A in the second position, enter _A%.