-
View Validating
Hi,
I have a created a view Y on Base table X, unexpectedly droped a base table X now my view get invalidated,again i have a created a base X with the same structure what it was earlier. Could any Plz tell me how to validate(Make the status as validate)the existing view without droping and recreating.
J Gangadhar
-
alter view view_name compile;
also
RTFM
Amar
"There is a difference between knowing the path and walking the path."

-
The status's view will automatically turn to VALID when the view will be queried ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|