oracle 10g
I have views on tables in oracle that I need to check to see if the views are current.
Sometimes we add a new field to a table and recompile the view.
But, the view wasnt changed to reflect the added field in the table.
this is on our dev DB... We have many contractors thru here and I think over time this has become and issue. I have found 2 last week. Is there a sql I can write that I can over from time to time to find the missing fields in the views?
I have views on tables in oracle that I need to check to see if the views are current.
Sometimes we add a new field to a table and recompile the view.
But, the view wasnt changed to reflect the added field in the table.
this is on our dev DB... We have many contractors thru here and I think over time this has become and issue. I have found 2 last week. Is there a sql I can write that I can over from time to time to find the missing fields in the views?