This content has been marked as final.
Show 1 reply
-
1. Re: Oracle deployment error - auto-Increment template not fo
bontempo Sep 23, 2003 6:35 PM (in response to bontempo)Just to tell that the ID column primary key is generated using a trigger in the database.
The database has a constraint telling that the field is a PK and an index is also associated with it (if this does matter ;) )
THANKS