Home » Developer & Programmer » Precompilers, OCI & OCCI » ORA-24343: user defined callback error (Oracle9i, Pro*c, Unix)
ORA-24343: user defined callback error [message #314620] Thu, 17 April 2008 05:37
santoshmail
Messages: 6
Registered: January 2006
Location: Gurgaon
Junior Member
Our program giving "ORA-24343: user defined callback error"
when we insert recods into public synonym MAP.

Ore 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.
Previous Topic: unicode character set and pro*c
Next Topic: OCIStmtExecute gets locked (merged)
Goto Forum:
  


Current Time: Thu Mar 28 07:33:36 CDT 2024