I have a SP which stores data in a table, What I want is that whenever data is stored, another SP fires and collects data. But the first SP should not blocked.
I cannot use Trigger on that table and call the second SP from it.
Is there any means in oracle to have this?
Thanks.
I cannot use Trigger on that table and call the second SP from it.
Is there any means in oracle to have this?
Thanks.
Comment