{"ORA-00942: table or view does not exist"}
Posted: Wed 30 Mar 2011 16:57
I am simply trying to savechanges to a very simple part of model I get the following error
3 tables many to many
All have sequence PKS and FKs are being recognised etc...
{"An error occurred while updating the entries. See the inner exception for details."}
[System.Data.UpdateException]: {"An error occurred while updating the entries. See the inner exception for details."}
Data: {System.Collections.ListDictionaryInternal}
HelpLink: null
InnerException: {"ORA-00942: table or view does not exist"}
Message: "An error occurred while updating the entries. See the inner exception for details."
Source: "System.Data.Entity"
StackTrace: " at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)\r\n at System.Data.EntityClient.EntityAdapter.Update(IEntityStateManager entityCache)\r\n at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options)\r\n at System.Data.Objects.ObjectContext.SaveChanges()\r\n at BarclaysWealth.Cart.WI.BL.ApplicationManager.SaveApplicationClient(WI_APPLICATIONCLIENT theAppClient) in C:\workwi\BarclaysWealth.Cart.WI\ApplicationManager.cs:line 121"
TargetSite: {Int32 Update(System.Data.IEntityStateManager, System.Data.IEntityAdapter)}
3 tables many to many
All have sequence PKS and FKs are being recognised etc...
{"An error occurred while updating the entries. See the inner exception for details."}
[System.Data.UpdateException]: {"An error occurred while updating the entries. See the inner exception for details."}
Data: {System.Collections.ListDictionaryInternal}
HelpLink: null
InnerException: {"ORA-00942: table or view does not exist"}
Message: "An error occurred while updating the entries. See the inner exception for details."
Source: "System.Data.Entity"
StackTrace: " at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)\r\n at System.Data.EntityClient.EntityAdapter.Update(IEntityStateManager entityCache)\r\n at System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options)\r\n at System.Data.Objects.ObjectContext.SaveChanges()\r\n at BarclaysWealth.Cart.WI.BL.ApplicationManager.SaveApplicationClient(WI_APPLICATIONCLIENT theAppClient) in C:\workwi\BarclaysWealth.Cart.WI\ApplicationManager.cs:line 121"
TargetSite: {Int32 Update(System.Data.IEntityStateManager, System.Data.IEntityAdapter)}