| Author |
ORA-01403: no data found + Oracle + Trigger
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Hi i have created the following trigger in Oracle but when i make insert on the following table reportincomingsms it gives me following error
|
Jigar Naik
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1114
|
|
Jigar, The error message is telling you that the SELECT statement in your trigger did not return any rows. I suggest you add an exception handler to your trigger. No offence, but I fail to see how your question is related to this forum's topic: JDBC. There is an Oracle forum, which is more appropriate, in my opinion. Good Luck, Avi.
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
|
oh ok.. thanks for the reply... it helped me a lot...
|
 |
 |
|
|
subject: ORA-01403: no data found + Oracle + Trigger
|
|
|