
|
[oracle-l]
||
[Date Prev]
[08-2006 Date Index]
[Date Next]
||
[Thread Prev]
[08-2006 Thread Index]
[Thread Next]
Add column(s) to an existing table
- From: "Roger Xu" <Roger.Xu@xxxxxxxxxxx>
- To: "Oracle-L@Freelists. Org \(E-mail\)" <oracle-l@xxxxxxxxxxxxx>
- Date: Tue, 1 Aug 2006 16:49:33 -0500
Hi List,
Does the following SQL touch every single row immediately?
ALTER TABLE supplier
ADD (supplier_tax_id varchar2(10),
supplier_timezone varchar2(5) );
What is the best way to add column(s) to an existing table with millions of
rows?
Thanks,
Roger
This e-mail is intended solely for the person or entity to which it is
addressed and may contain confidential and/or privileged information. Any
review, dissemination, copying, printing or other use o
____________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email Security
System.
|

|