How to disable an index while inserting data through PL/SQL
Hi ,
I have made a PL/SQL procedure ,with two table which are firstly inserting a large data in two tables, then after applying some bussinees logic , we are selecting the data from these tables.
I am in trouble that how should i disable the index for inserting portion and the againg enable it for the select portion ...