Mark,

read my question on Oracle, autoincrement and idtable and the relating answers. When 
you are using Oracle you have to build the id_table yourself and add per table you are 
using as autoincrement a record to this table. The table will hold the last 
autoincrement number for that specific table.
So if you have a table xxx that is autoincrement you will have to add a row to 
id_table with xxx and the first number you would like available for the autoincrment 
number. This is partly explained on the torque page.
Regards,

Frank
  ----- Original Message ----- 
  From: Mark Glass 
  To: [EMAIL PROTECTED] 
  Sent: Friday, May 11, 2001 23:52
  Subject: Oracle and Newapp


  Has anyone sucessfully installed turbine and run newapp with oracle8i? If you
  have then are there any steps required not covered in the literature? I ran the
  oracle scripts, have been able to connect to the DB but I cannot insert data.
  Permissions are OK. I do get an error message in turbine.log to the effect that
  null cannot be inserted in id_table, TURBINE_USER,?? 

  thanks  
  Mark Glass

  ---------------------------------------------------------------------
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to