general query
We have a plsql procedure which deletes all the records from a table which usually has 1.6lakh records. ( With Delete Command )
Truncate cannot be used directly in Plsql and we have to use ''Execute Immediate'' . Are there any dis-advantages using Dynamic Sql??
We would want to adapt the safest way.
thanks in advance
We would want to adapt the safest way.
thanks in advance
0