In PostgreSql, my program works fine. In Oracle, I get this message when I try to insert a line from TUnitable TbDossier :
Inserting the line directly in the database (using SQLDeveloper) works fine.TbDossier: Key field 'SYS_NC00048$' not found
Indeed field SYS_NC00048$ does not exist and is not referenced either in database nor in my program.
Hax anyone an idea about the origin of my problem ?
Thanks.