Stored procedures and triggers

Hello all. Can someone tell me where I can find information and/or documentation on using stored procedures and triggers that can be activated from a client-side application. I could add a record from the client-side or something of that nature but I don’t really have any experience writing procedures or triggers.

Thanks in advance… Glenn

I’d suggest to work through the oracle tutorial for writing stored procedures.

docs.oracle.com/…/tdddg_procedures.htm

bye

Thomas