Global DB Sequence To Generate Primary Keys
(Doc ID 2278240.1)
Last updated on NOVEMBER 17, 2023
Applies to:
Oracle Java Cloud Service - SaaS Extension - Version N/A to N/A [Release 1.0]Information in this document applies to any platform.
Goal
To generate the primary keys for all the custom tables created in DB CS, but fusion applications supports global DB Sequence instead of creating sequence for each and every table .
It can generate id using the expression oracle.jbo.server.uniqueid.UniqueIdHelper.getUniqueId(); at entity attribute .
To provide the same fusion applications global db sequence feature in JCS as well.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |