Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: oracle-l Digest V1 #128

RE: oracle-l Digest V1 #128

From: Kaing, Leng <Leng.Kaing_at_team.telstra.com>
Date: Mon, 17 May 2004 17:30:03 +1000
Message-ID: <778AA0998E7BD411879D0008C7246DF40FB05625@ntmsg0093.corpmail.telstra.com.au>


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_at_qcb.gov.qa> 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_at_freelists.org 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

-----------------------------------------------------------------
Received on Mon May 17 2004 - 02:27:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US