Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: oracle-l Digest V1 #128
Feras,
This is a stab in the dark as I'm not sure what the problem is, but you = can try:
Select * from user_tables
Where table_name like 'WWSEC_ENABLER_CONFIG_INFO%';
Or=20
Select * from dba_tables
Where table_name like 'WWSEC_ENABLER_CONFIG_INFO%';
HTH, Leng.
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 =3D 'WWSEC_ENABLER_CONFIG_INFO$';
Return no rows
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlReceived on Mon May 17 2004 - 02:27:21 CDT
-----------------------------------------------------------------
![]() |
![]() |