Hibernate:
create table SOME_JOIN_TABLE (
LEFT_ITEM_id number(19,0) not null,
RIGHT_ITEM_id number(19,0) not null,
primary key (LEFT_ITEM_id, RIGHT_ITEM_id)
)
ERROR SchemaExport - HHH000389: Unsuccessful: create table SOME_JOIN_TABLE (LEFT_ITEM_id number(19,0) not null, RIGHT_ITEM_id number(19,0) not null, primary key (LEFT_ITEM_id, RIGHT_ITEM_id))
ERROR SchemaExport - ORA-00955: name is already used by an existing object
Jumat, 07 Februari 2014
ORA 00955 name is already used by an existing object
Diposting oleh
ulum
,
di
19.15
Langganan:
Posting Komentar (Atom)