I've never used oracle but I think you may need to change how you are generating your id value.
Were you using identity for Sql server? I don't know if oracle has anything like the Sql Server int identity type. So a I think you have to use a different method to generate that id value since a null isn't allow in the field.
On Wednesday, September 12, 2012 5:10:32 AM UTC-7, Yanuar wrote:
Hello everyone,
(I am sorry if my language is bad)
I just want to ask something about my problem with NHibernate + MVC Asp.Net + SharpArchitecture and Oracle, i am a newbie all about this.
I have been creating a project with all of "them", with a SQL Server Database before.
All transaction (including save, update, delete) work fine when i used SQL Server Database, but when i migrating a database into Oracle, an error occurred.
but view data from database works fine.
Somebody help me to solve from this problem..
Thanks.
this is screenshot of my problem occurred.
![]()