Link to home
Create AccountLog in
Databases

Databases

--

Questions

--

Followers

Top Experts

Avatar of srigupta
srigupta

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?

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
Avatar of the_other_bambamthe_other_bambam

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Databases

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.