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: DBA_LOGSTDBY_UNSUPPORTED

Re: DBA_LOGSTDBY_UNSUPPORTED

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Tue, 13 Jul 2004 01:21:44 +0300
Message-ID: <11ba01c4685e$9da81770$bff923d5@porgand>


Hi!

I don't have time to check it myself right now, but you could check the definition of dba_logstdby_unsupported view to see why does your table pass the filter in the view:

set long 100000
set pages 50000
select text from dba_views where view_name = 'DBA_LOGSTDBY_UNSUPPORTED';

Tanel.

> Dear List,
>
> Why COUNTRIES table is listed under DBA_LOGSTDBY_UNSUPPORTED view
eventhough it has 3 columns and all of them are supported datatypes.
>
>
> SELECT table_name,column_name,data_type FROM DBA_LOGSTDBY_UNSUPPORTED
WHERE owne
> TABLE_NAME COLUMN_NAME DATA_TYPE
> ------------------------------ ------------------------------ ------------



> COUNTRIES COUNTRY_ID CHAR
> COUNTRIES COUNTRY_NAME VARCHAR2
> COUNTRIES REGION_ID NUMBER
> 3 rows selected
>
> Thanks
> Sami
>
> ----------------------------------------------------------------
> 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
> -----------------------------------------------------------------
>


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 Jul 12 2004 - 17:18:22 CDT

Original text of this message

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