Hi there,
This app has been created by a developer that is no longer with us.
I got an error (below) which I don't know how to deal with it.
I thought that the send port will call some kind of a stored procedure on the Oracle box but this is not what happens there.
Id this is a stored procedure then I need to know at least how to find out what it's name is to let the DBA to test it.
In the config of the send port,
Polling data available statement: Select 1 from dual
Poling action is empty:
There is however a soap action:
ORACLE/PLSQL: ORA-06512
This error is caused by the stack being unwound by unhandled exceptions in your PLSQL code.
The options to resolve this Oracle error are:
- Fix the condition that is causing the unhandled error.
- Write an exception handler for this unhandled error.
- Contact your DBA for help.
ORACLE/PLSQL: ORA-00001
Learn the cause and how to resolve the ORA-00001 error message in Oracle.
DESCRIPTION
When you encounter an ORA-00001 error, the following error message will appear:
- ORA-00001: unique constraint (constraint_name) violated
CAUSE
You tried to execute an INSERT or UPDATE statement that has created a duplicate value in a field restricted by a unique index.