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: dbms_stats and analyze 10g Release 2

RE: dbms_stats and analyze 10g Release 2

From: Powell, Mark D <mark.powell_at_eds.com>
Date: Tue, 19 Dec 2006 10:05:56 -0500
Message-ID: <D1DC33E67722D54A93F05F702C99E2A9483995@usahm208.amer.corp.eds.com>

 

For the record the Long data type was deprecated with the introduction of the LOB data type in version 8.0, but will probably still be around when version 11 rolls out the door.

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Kerber, Andrew Sent: Tuesday, December 19, 2006 8:56 AM To: mgogala_at_verizon.net; oracle-l_at_freelists.org Subject: RE: dbms_stats and analyze 10g Release 2

Yes, that's because Oracle doesn't want to change the data dictionary. They announced the deprecation of the long column in version 9 I think, may have been 8.1. Its not like you can manipulate a long column.

Andrew W. Kerber
Oracle DBA
UMB
816-860-3921
andrew.kerber_at_umb.com

"If at first you dont succeed, dont take up skydiving"

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mladen Gogala Sent: Tuesday, December 19, 2006 7:35 AM To: oracle-l_at_freelists.org
Subject: Re: dbms_stats and analyze 10g Release 2

But, LONG columns are still here:

  1 select count(table_name) from dba_tab_columns   2* where owner='SYS' and data_type like 'LONG%' SQL> / COUNT(TABLE_NAME)


              223

Oracle uses long columns in data dictionary quite abundantly. My version is the latest and the greatest:

SQL> select * from v$version;

BANNER



Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for Linux: Version 10.2.0.3.0 - Production NLSRTL Version 10.2.0.3.0 - Production

On 12/19/2006 02:45:32 AM, Hallas, John wrote:
> They have been deprecated, not removed or updated. That is a manual
> process
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Kerber, Andrew
> Sent: Wednesday, December 13, 2006 6:31 PM
> To: joe_dba_at_hotmail.com; oracle-l_at_freelists.org
> Subject: RE: dbms_stats and analyze 10g Release 2
>
>
>
> I don't think you have any long or long raw columns in 10g. They have

> been deprecated in favor of the blob/clob.
>
>
> Andrew W. Kerber
> Oracle DBA
> UMB
>
>
> =====================
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
Mladen Gogala
http://www.mladen-gogala.com

--
http://www.freelists.org/webpage/oracle-l



------------------------------------------------------------------------
------
NOTICE:  This electronic mail message and any attached files are
confidential.  The information is exclusively for the use of the
individual or entity intended as the recipient.  If you are not the
intended recipient, any use, copying, printing, reviewing, retention,
disclosure, distribution or forwarding of the message or any attached
file is not authorized and is strictly prohibited.  If you have received
this electronic mail message in error, please advise the sender by reply
electronic mail immediately and permanently delete the original
transmission, any attachments and any copies of this message from your
computer system. Thank you.

========================================================================
======

--
http://www.freelists.org/webpage/oracle-l


--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 19 2006 - 09:05:56 CST

Original text of this message

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