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: NOT NULL vs NULL column in a fact table

Re: NOT NULL vs NULL column in a fact table

From: Ian Cary <Ian.Cary_at_ons.gsi.gov.uk>
Date: Wed, 5 Sep 2007 09:33:26 +0100
Message-ID: <OF6A886793.FC51F50D-ON8025734D.002DFFDD-8025734D.002F0D30@ons.gov.uk>

I think something similar to your usual approach is probably still the best. I would do the follwing.

(You may want to parallelise this step)

This should be the most efficient way of performing the task and also gives you a fallback (just rename the tables back) should anything go wrong.

Cheers,

Ian

|---------+----------------------------->
|         |           genegurevich_at_disco|
|         |           ver.com           |
|         |           Sent by:          |
|         |           oracle-l-bounce_at_fr|
|         |           eelists.org       |
|         |                             |
|         |                             |
|         |           04/09/2007 19:58  |
|         |           Please respond to |
|         |           genegurevich      |
|         |                             |
|---------+----------------------------->
  >--------------------------------------------------------------------------------------------------------------|
  |                                                                                                              |
  |       To:       oracle-l_at_freelists.org                                                                       |
  |       cc:                                                                                                    |
  |       Subject:  NOT NULL vs NULL column in a fact table                                                      |
  >--------------------------------------------------------------------------------------------------------------|




Hi all

I have several medium to large fact tables to which I need to add a NOT NULL column. In the past I would do the following:

This time however the number of the tables and the sizes are too big and I don't think my normal process
will complete within a reasonable time. So I am now considering just adding this column as nullable, and
modify it as not null when older partitions are dropped (in a year or two or so) and I will ask the reporting team to run the reports for this new column only for the months starting with the one when this column was added.

What kind of problems am I asking for?
thank you

Gene Gurevich

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



This email was received from the INTERNET and scanned by the Government
Secure Intranet Anti-Virus service supplied by Cable&Wireless in
partnership with MessageLabs. (CCTM Certificate Number 2006/04/0007.) In
case of problems, please call your organisation's IT Helpdesk.
Communications via the GSi may be automatically logged, monitored and/or
recorded for legal purposes.






For the latest data on the economy and society consult National Statistics at http://www.statistics.gov.uk

*********************************************************************************


Please Note:  Incoming and outgoing email messages are routinely monitored for compliance with our policy on the use of electronic communications
*********************************************************************************


Legal Disclaimer  :  Any views expressed by the sender of this message are not necessarily those of the Office for National Statistics
*********************************************************************************


The original of this email was scanned for viruses by the Government Secure Intranet Anti-Virus service supplied by Cable&Wireless in partnership with MessageLabs. (CCTM Certificate Number 2006/04/0007.) On leaving the GSi this email was certified virus free.
Communications via the GSi may be automatically logged, monitored and/or recorded for legal purposes.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 05 2007 - 03:33:26 CDT

Original text of this message

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