Hi Mahesh,
as mentioned above use UPPER CASE. If you query 'T100' you get a result.
On the other hand most objects of the Oracle data dictionary are views especially the v$-views. So have a look at dba_views or dba_objects and again use UPPER CASE if you look for table / view / object names ;-)
regards
Kay