Home » RDBMS Server » Server Administration » Invalid Views
Invalid Views [message #374792] Mon, 02 July 2001 20:35 Go to next message
Heidi
Messages: 37
Registered: February 2000
Member
Does anyone have a complete list of what would make a view's status change to INVALID? I created a view without errors, did not change any underlying tables, the view doesn't use any functions and now suddenly it's INVALID. When I select from this INVALID view, it's status becomes VALID. Any idea why?
Re: Invalid Views [message #374800 is a reply to message #374792] Tue, 03 July 2001 06:02 Go to previous messageGo to next message
Hans
Messages: 42
Registered: September 2000
Member
I read that dropping an index on the underlying tables invalidates a view
Re: Invalid Views [message #374801 is a reply to message #374792] Tue, 03 July 2001 07:37 Go to previous message
GIRIDHAR KODAKALLA
Messages: 92
Registered: May 2001
Member
I think the view will become invalid when:-

1) We create a view without a table with force option,it will
be invalid.But once we create the table, oracle will automatically
check the status of the view to ensure that we select from the
view without recompiling.
2) When the underlying base structure is changed,which effects the
view, then it will become invalid.

Regards,
Giridhar Kodakalla
Previous Topic: alter view
Next Topic: Oracle Service...
Goto Forum:
  


Current Time: Sat Jul 06 17:20:11 CDT 2024