Oracle: Adding, renaming, and dropping columns on live database -


what operations permitted , not permitted on live, running oracle database? specifically, how handled when adding, dropping, , renaming columns?

you can add, drop, , rename columns without issue.

caveats,

adding column default value forces database issue update statement existing rows. careful on large tables or load spike.

rename column can break app. plan otherwise should fine. realize generating errors queries try access column unless plan things properly.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -