ORA-24343: user defined callback error
114079Apr 17 2008 — edited Apr 21 2008Our 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.