Database Error Messages

ORA-30669

table can have only one identity column

Cause

An attempt was made to specify more than one identity column on a table.


Action

Specify only one identity column per table.