Problem: Do changes in the table's definition propagate the changes to the view? Solution: Changing the table's definition doesn't propagate the changes to the view of the changed table. The view's definition is created at the time of the table's definition. It doesn't dynamically change according to the changes of the table definition. Feature request has been added to allow dynamic changes to the view's definition as the table's definition changes.
Last Modified: 26-OCT-00