Monday, October 6, 2008

ORA-01012

ORA-01012: not logged on

Cause: A host language program issued an Oracle call, other than OLON or OLOGON, without being logged on to Oracle. This can occur when a user process attempts to access the database after the instance it is connected to terminates, forcing the process to disconnect.

Action: Log on to Oracle, by calling OLON or OLOGON, before issuing any Oracle calls. When the instance has been restarted, retry the action.

sde.log:
[02/18/2008 16:23:41;SdeId=6365799;Client=Mojave] db_array_fetch_spix_recs OCI Fetch Error (1012)
[02/18/2008 16:23:41;SdeId=6365799;Client=Mojave] 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