I have three views that are linked to some base tables. I have updated the base tables. Now there appears to be no triggers to update the views and all attempts at doing this have failed as I am reasonably new to Oracle.
If I use TOAD to
select text from user_views
where view_name like '%CGA%'
then all I see is the first line of the text which is the statement that builds the view.
Any suggestions?
If I use TOAD to
select text from user_views
where view_name like '%CGA%'
then all I see is the first line of the text which is the statement that builds the view.
Any suggestions?