Answered Questions

  • Force View

    What is Force View. Why Oracle Give Facility to create force view? What is the use of force View

    sonam kanungo

    • Oct 15th, 2011

    As per my knowledge when view is created without base table.then the view is called as forced view.

    in this type of view is created with compilation error.

    mohan

    • Oct 14th, 2011

    If we create a view without having base table, that view called as forced view. it will create with compile error. it will be in invalid till base table create.