Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: "Drop & Recreate table" or "alter table drop column". Which is
Because of any synonyms (which are based off of object numbers), Option 1 is the only way to go. That is of course unless you want to perform extra work dealing with the synonyms.
-----Original Message-----
From: CHAN Chor Ling Catherine (CSC) [SMTP:clchan_at_nie.edu.sg]
Sent: Wednesday, August 29, 2001 10:21 AM
To: Multiple recipients of list ORACLE-L Subject: "Drop & Recreate table" or "alter table drop column". Which is
Hi Gurus,
If the table is empty & U need to drop one of the columns, do you 1) alter table tab_name drop column col_name or 2) drop & recreate table
I use option (1). Which is a better choice ? TIA
Regds,
New Bee
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: CHAN Chor Ling Catherine (CSC) INET: clchan_at_nie.edu.sg Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed Aug 29 2001 - 11:18:41 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: William Rogge INET: William_Rogge_at_voltek.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |