Hi, I have been asked to rename a column that is unused in one table. We have Oracle 8.05. I could make a copy of the table and insert the data in it, then drop the table (with cascade constraints) and recreate it with the column's name changed, and then insert the data back into it. The name of the table would not change, only the column name. This would preserve the primary key numbers but is rowid a consideration? The primary key for this table is a foreign key in about a dozen tables. If I then recompile all views and packages/procedures is this enough or are there any other risks?