use uniloader on auto increase column
Posted: Fri 21 Jun 2013 02:13
When I insert record into Oracle with uniloader, How to use auto increase column?
eg, sql: insert tab_a (id, name) value (id.nextval, 'tom');
eg, sql: insert tab_a (id, name) value (id.nextval, 'tom');