http://publib.boulder.ibm.com/infocenter/rentrpt/v1r0m0/topic/com.ibm.rational.raer.install.doc/topics/t_config_vds_WAS_CQ.html
http://publib.boulder.ibm.com/infocenter/rentrpt/v1r0m0/topic/com.ibm.rational.raer.install.doc/topics/t_config_vds_WAS_CQ_rhel5.htmlJeśli podczas otwierania bazy danych zgłaszane są błędy, należy skorzystać z dokumentacji produktu ClearQuest.
select schema_num from master_schemas where name = 'ALM'
select id from m_entitydef where name = 'users' and schemaid = [id z kroku 1]
update m_fielddef set is_visible = 0 where entitydef_id = [id z kroku 2] and schema_id = [id z kroku 1] and name = 'history'
select id from entitydef where name = 'users'
update fielddef set is_visible = 0 where entitydef_id = [id z kroku 1]