|
The object in question may not be a table or it may
not qualify to be listed in TAB. For instance, the
"table" may be a view and it may be owned by another
user. To be sure, query DBA_OBJECTS for the object in
question. To query for all objects for a specific
user, sign on as that user and query USER_OBJECTS. For More Information
|