Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> can't use "select * from <table_name>" command
Hi,
I managed to see all the tables in a database by using the following commands:
ALL_ALL_TABLES;
DBA_ALL_TABLES;
USER_ALL_TABLES;
But I can't use "Select * from <table_name>;" command to view the contents of the tables except the tables listed by "USER_ALL_TABLES".
I'm not able to view the contents of the tables listed by "ALL_ALL_TABLES" and "DBA_ALL_TABLES".
What should I do?? Anyone can help me?? Thanks.
Regards,
Shwe
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Nov 05 2007 - 22:51:37 CST
![]() |
![]() |