What is the table name of RTC change_sets in DB2?
![](http://jazz.net/_images/myphoto/a1f404311b74c8bd68b55c031a06e54c.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/a1f404311b74c8bd68b55c031a06e54c.jpg)
The schema is 'SCM'. Tables related to change sets include:
SCM.CHANGE_SET
SCM.CHANGE_SET_CHANGES
SCM.CHANGE_SET_CHANGES_MERGES
Comments
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
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.
![](http://jazz.net/_images/myphoto/74373edce76eb590004c4bf6312ab4d3.jpg)
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.
The database schema is not published, is subject to change and should not be considered a public API.