Table dropped after creating view Issue

A view is created on a table then i dropped the base table and created the base table once again with the same name then that view will works or not?

Showing Answers 1 - 25 of 25 Answers

Rajneesh Kumar

  • Oct 11th, 2006
 

YEs,The view will work fine.When we Re-create table with the same name view will work.If the table has some records entered then the old view also display the new record.so,it is completely work.

Thanks

  Was this answer useful?  Yes

dev

  • Oct 17th, 2006
 

HI,

But it's not working. i created a view and dropped the base table and again i created a table ven though it's not working.

Are u sure that the view will work.

Thanks.

Dev

  Was this answer useful?  Yes

vijay kumar

  • Oct 24th, 2006
 

yes its true it will work fine even the base table is recreated.

+09900416921

vijay

  Was this answer useful?  Yes

Neeraj

  • Nov 7th, 2006
 

you are correct. Good.

  Was this answer useful?  Yes

madhavi

  • Jan 3rd, 2007
 

View will work.

  Was this answer useful?  Yes

lieni

  • Jan 16th, 2007
 

It depends how the view is accessed first time. If you access the viewfirst in a plsql programm, plsql will recompile invalid objectsauomatically. On the other side, if you access the view first thou JDBCit will not be recompiled an remains invald.

  Was this answer useful?  Yes

yes the view will work if the base table is dropped and again created with the same name and same records. it must have all the initial records , new records can be added though to the newly created table. hte new records will be show in the view too.
regards,
       sudha.

  Was this answer useful?  Yes

Ashok Kumar choubey

  • May 23rd, 2007
 


It will work either after base table drop and recreate or base table alteration. 

Enjoy

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions