Hi :
I have an issue of performence in one my oracle pl/sql procedure.
This procedure gets data from oracle view and compares it with existing table.
Depapnding on the comparision , it writes results to an un indexed table.
The volume of data is very high and procedure takes hours to run In the procedure, I get data from view in to cursor, then there are certain if and case statements and
finally there is an insert statement.
Voulme of data from view is about 30000 rows and comparing againsts 500000 rows.
Please advise , what are the steps I have to check to ensure that I can minimize run time.
Thanks
I have an issue of performence in one my oracle pl/sql procedure.
This procedure gets data from oracle view and compares it with existing table.
Depapnding on the comparision , it writes results to an un indexed table.
The volume of data is very high and procedure takes hours to run In the procedure, I get data from view in to cursor, then there are certain if and case statements and
finally there is an insert statement.
Voulme of data from view is about 30000 rows and comparing againsts 500000 rows.
Please advise , what are the steps I have to check to ensure that I can minimize run time.
Thanks