Hello,
Is there any way to improve performance of an after insert trigger in bulk insert.
I have a pro*c program that insert data in a stagging table in bulk insert mode. From stagging table I have to insert to the source table synchronously. So I'm inserting data through pl/sql fired by the table trigger.
But the trigger is inserting data row wise.. so nullifying the performance gained by using bulk insert.
Can any one advice how to improve the performance of the final insert.
Thanks..
Sourav
Is there any way to improve performance of an after insert trigger in bulk insert.
I have a pro*c program that insert data in a stagging table in bulk insert mode. From stagging table I have to insert to the source table synchronously. So I'm inserting data through pl/sql fired by the table trigger.
But the trigger is inserting data row wise.. so nullifying the performance gained by using bulk insert.
Can any one advice how to improve the performance of the final insert.
Thanks..
Sourav
Comment