> > Finally if the legacy table uses a primary key that is not an > auto-increment id field it is possible to use a "keyed table", for example > ... > Note that currently this is only available for DB2, MS-SQL, Ingres and > Informix, but others can be easily added.
How to added it for Oracle? How to define_table(...) with such not auto-increment id field and than use b_i_trigger to insert nextval from a sequence(Oracle)? Could you give me an example? Thanks, Vvk