Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Alter Tables

Alter Tables

From: Richard Nield <richard.nield_at_ntlworld.com>
Date: Sat, 27 Apr 2002 13:56:59 +0100
Message-ID: <Daxy8.8985$Mi.1299727@news2-win.server.ntlworld.com>


Hi...I was wondering what the general opnion of my problem below muight be.  I had just finished creating and population our new db for 2003/2004, when the client contacts me with some changes he needs fro this year. When I look into his requiremts, I see the only way I can complete the task is by adding a new field to the ITEMS tablle. But that's ok, I think, I can use an ALTER statement to update the table in sqlplus and update the ERD in designer later.
I tell my boss what I planned to to do and he says that I am not allowed to do that I have to:

  1. Exoport the data from the current DB. 2 Drop the schema
  2. Update design and generate the DDL
  3. Create new scehema and run the DDL
  4. Import the data.

   My question is: is this the "way to do it " or is he just being dificult?
  Mny thanks for any advice!
 Richard N Received on Sat Apr 27 2002 - 07:56:59 CDT

Original text of this message

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