Pass parameter to trigger
506596Feb 15 2007 — edited Feb 15 2007I am using VB.NET and I have a form where I ask for Name. I want to write a trigger in Oracle that will fire before insert to check whether the entered name already exists in the table. How to define this condition in a trigger and pass the parameter for checking.