Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-24343: user defined callback error

114079Apr 17 2008 — edited Apr 21 2008
Our program giving "ORA-24343: user defined callback error"
when we insert recods into public synonym MAP.

Our code is like this:

if(count > 0)
{
EXEC SQL FOR :Count
INSERT INTO MAP (MAP1, MAP2, MAP3
)
VALUES
(:COl1, :COL2, :COL3
);

Can anyone tell the solution for this error.
For last two months there was no problem with this code.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2008
Added on Apr 17 2008
1 comment
4,723 views