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

Home -> Community -> Usenet -> c.d.o.server -> Re: Daylight savings patch.....do you need it?

Re: Daylight savings patch.....do you need it?

From: <wagen123_at_yahoo.com>
Date: 6 Feb 2007 14:32:00 -0800
Message-ID: <1170801120.106128.111860@q2g2000cwa.googlegroups.com>


Try this in 10g R2
select owner,table_name,COLUMN_NAME,DATA_TYPE from dba_tab_columns where owner in ('SYS','SYSTEM') and DATA_TYPE like '%TIMESTAMP%';

As per Oracle Metalink docs, they strongly recommend applying the DST patch on all 9i and 10g DB.

HTH. Received on Tue Feb 06 2007 - 16:32:00 CST

Original text of this message

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