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.
----------------------------
From: Feras Al-Qadi <AlQadif@xxxxxxxxxx>
Subject: Table not exists
Date: Mon, 17 May 2004 10:05:03 +0300

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
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts:

  • » RE: oracle-l Digest V1 #128