What is the table name of RTC change_sets in DB2?
Praveen Chougala (31●8●33)
| asked Aug 08 '16, 1:01 a.m.
edited Aug 08 '16, 10:11 a.m. by David Lafreniere (4.8k●7)
Hi,
I would like to know the table name of change_sets in DB2. Or may be SCM database schema would also be helpful. Let me know, if anyone has this information. Thanks, Praveen |
Accepted answer
The schema is 'SCM'. Tables related to change sets include:
SCM.CHANGE_SET
SCM.CHANGE_SET_CHANGES
SCM.CHANGE_SET_CHANGES_MERGES
Michael Valenta selected this answer as the correct answer
Comments
Ralph Schoon
commented Aug 08 '16, 10:27 a.m.
| edited Aug 08 '16, 10:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please note, that you should really, really only read the database, if you must, you should never, ever, ever write to the database, unless support tells you otherwise.
You should also never ever assume that the information you glean from studying the current schema will remain constant over the life of a release and can definitely expect changes to be introduced over version boundaries.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.