Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SEQUENCE TABLE QUESTION

402318Oct 21 2003 — edited Oct 23 2003
For the sequencing processing, i tell TopLink to use Native Sequencing in my mapping file. When i generate it, TopLink write in the file :

<uses-native-sequencing>true</uses-native-sequencing>
<sequence-table>SEQUENCE</sequence-table>
<sequence-name-field>SEQ_NAME</sequence-name-field>
<sequence-counter-field>SEQ_COUNT</sequence-counter-field>

But my SEQUENCE TABLE name is USER_SEQUENCES (ORACLE SYSTEM TABLE) with SEQUENCE_NAME and LAST_NUMBER as fields.
I can not rename this table in "SEQUENCE" like TopLink want.

How can i do without modify the mapping file ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2003
Added on Oct 21 2003
3 comments
517 views