Databases
--
Questions
--
Followers
Top Experts
CALLING A PROCEDURE/FUNCTION IN A TRIGGER IN DATABASE SCHEMA
i have a procedure like this :
create or replace procedure proc1(c in number)
...............
...............
end proc1;
/
I want to call the above procedure in a trigger as follows:
create or replace trigger trig1
after insert or delete or update on <<table1>>
<<<<above procedure proc1 should be called here>>
end;
can anybody guide me how to do this?
create or replace procedure proc1(c in number)
...............
...............
end proc1;
/
I want to call the above procedure in a trigger as follows:
create or replace trigger trig1
after insert or delete or update on <<table1>>
<<<<above procedure proc1 should be called here>>
end;
can anybody guide me how to do this?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
ASKER CERTIFIED SOLUTION
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Databases
--
Questions
--
Followers
Top Experts
Databases are organized collections of data, most commonly accessed through management systems including schemas, tables, queries and processes that allow users to enter and manipulate the information or utilize it in other fashions, such as with web applications or for reporting purposes.