Trigger or Oracle Job
Hi Friends,
I need a suggestion in the best practice that can be used for the following scenario.
I have a table which gets populated by a process,not very frequently.Once entry comes to this table,I have to do some data operation based on this table data.
I can wait for this processing by may be next half an hour.
Please advice on whether I should use a trigger and a stored procedure / go for an oracle scheduled job which runs every 30 Mins and listen this table and calls a stored procedure to do the data manipulation.
Many Thanks,
SSN