Re: DBA_tables REPOST
Date: Tue, 13 Sep 1994 13:52:33 GMT
Message-ID: <13SEP94.13523396_at_nauvax.ucc.nau.edu>
YES! I have tried every combination of single, double, wildcard, like
phrases, and everything else that works for a regular table that I have
created. The thing is - there were scripts that were delivered with our
application, written by someone else, that were designed to help us
size our database and such. Well, none of them work because of this
problem!
select table_name from all_tables; (this works!)
select table_name from all_tables where table_name = 'NBRBJLH';
(this doesn't!)
Thanks!
It only happens on the base tables and it always returns the line with
the where statement in it. If you need any more clarification or examples
please let me know!
kcarmich_at_coco.cc.az.us
Received on Tue Sep 13 1994 - 15:52:33 CEST