Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: analyze after adding a nullable column
Hi Gene,
It depends on the datatype and length, if you add a CHAR (not an VARCHAR) or some other fixed length types (size), and depending also of the number of rows in the table, the plans would be need to be reevaluated, if the average row length got significantly higher (mainly for recosting FTS)
I'm assuming you are not yet using the new column as filter predicate in the queries, am I right?
alvaro
Hi everybody:
Do I need to reanalyze the table if I add a nullable column and do not populate it with values (oracle 10.2.0.3)?
thank you
Gene Gurevich
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 04 2007 - 15:10:09 CDT
![]() |
![]() |