Hello,
I have a stored procedure with one IN parameter that insert values in a table as a treatment ,and i have to define an exception that raise when the same row is inserted several times (the row should be inserted one time).
do you have any idea of what is the request that should i write to do that (verify the existence of a row)??
PS : I'm just a beginner in PL/SQL
Regards,
AC