Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dear All, Wud be of gr

Status
Not open for further replies.

AQWQ

Programmer
Aug 5, 2001
33
IN
Dear All,

Wud be of great help if someone could let me know how to rename the field of an oracle table.

Thanx in Advance, Santhosh Ravindran
 
Depending on version:

Version 8.1.7 - Create a new field with the correct name, copy data to new field, drop column with old name

Version 7 - Create temp table with corrected field name, copy all data to temp table, drop old table, recreate table with corrected name, copy data from temp table to new table, drop temp table. Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top