Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Table not exists
I have table in oracle 8.1.7 , it is a portla table named
WWSEC_ENABLER_CONFIG_INFO$,
I can see the table in user_objects with type "TABLE" , but when I issue the
command
Select * from user_tables
Where table_name = 'WWSEC_ENABLER_CONFIG_INFO$';
Return no rows
![]() |
![]() |