DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: View Validating

  1. #1
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    182

    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

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    alter view view_name compile;

    also

    RTFM
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Dec 2001
    Posts
    141
    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
  •  


Click Here to Expand Forum to Full Width