ORA Errors

***ORA ERROR NUMBERS & FIX**

Error: ORA-00917: missing comma for an INSERT statement.

Fix: additional ( ' ) is present in the data which might interfere with the string being inserted.

ex: SPANISH USER' S to be replaced with SPANISH USERS


Error: ORA-06512: Indicates the line number at which the unhandled error occurred.

Fix Use DBMS_UTILITY.format_error_backtrace

ex: FND_FILE.PUT_LINE(FND_FILE.log, DBMS_UTILITY.format_error_backtrace);


Error: ORA-02251: Sub-Query not allowed in here --(in triggers)

Fix: Use CASE and EXISTS in select statement to capture value and validate with IF condition

example:




Error: ora-24345 in value set used in DFF

Fix: increase the length of the column in value set definition



API Error:
ONTOE_INVALID_ATTRIBUTENATTRIBUTEShipping Method1.ONTOE_INVALID_ATTRIBUTENATTRIBUTEShipping Method

Fix: Use correct ship Method Code as input to API. Not ship method meaning.

API Error: ONTOE_SCH_OVER_ATP_NO_AUTH_MOD1.ONTOE_SCH_OVER_ATP_NO_AUTH_MOD

Fix: Make sure ATP profile Flag is unchecked and user profile enabled.


Comments

Popular posts from this blog

PO & Receipt Query

Supplier SQL query

Inventory Item Attributes, Categories, Vendor & Costs