Tuesday, July 15, 2008

ORA-01861

ORA-01861: literal does not match format string

Cause: Literals in the input must be the same length as literals in the format string (with the exception of leading whitespace). If the "FX" modifier has been toggled on, the literal must match exactly, with no extra whitespace.

Action: Correct the format string to match the literal.

sde.log:
db_sda_execute_stmt::OCIStmtExecute (1861)
.
[01/28/2008 09:52:34;SdeId=6036064;Client=mypc] db_array_fetch_attrs OCI Fetch Error (1861)
[01/28/2008 09:52:34;SdeId=6036064;Client=mypc] load_buffer error -51


All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors

No comments:

Post a Comment