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.
|
|
|
Goto Forum:
Current Time: Sun May 04 20:55:32 CDT 2025
|