TheObserver
Programmer
The fact that this question relates to an Oracle database may or may not be of significant value, but I thought it best to throw in here anyway.
I have an existing view in an Oracle database. I need to modify this view due to a change in a table it utilizes (I need to add four columns and remove one).
Is this possible? I'd like to avoid having to dump it and recreate it from scratch (especially since I DO NOT know how it was originally created).
Thanks for your time.
I have an existing view in an Oracle database. I need to modify this view due to a change in a table it utilizes (I need to add four columns and remove one).
Is this possible? I'd like to avoid having to dump it and recreate it from scratch (especially since I DO NOT know how it was originally created).
Thanks for your time.