Skip to main content Skip to complementary content
Close announcements banner

Oracle specific prerequisites

About this task

If you want to use the Oracle database with Talend Repository Manager, you must update the hibernate.cfg.xml file as the following:

Procedure

  1. In the Talend Repository Manager .war file, browse to WEB-INF/classes/hibernate.cfg.xml.
  2. Comment out the following lines:
    <mapping resource="org/talend/repositorymanager/model/businessModel/Repository.hbm.xml"/>
    <mapping resource="org/talend/repositorymanager/model/logModel/RuleStatus.hbm.xml"/>
    <mapping resource="org/talend/repositorymanager/model/logModel/RuleExecutionHistory.hbm.xml"/>
  3. Uncomment the following lines:
    <mapping resource="org/talend/repositorymanager/model/businessModel/Repository_oracle.hbm.xml"/>
    <mapping resource="org/talend/repositorymanager/model/logModel/RuleStatus_oracle.hbm.xml"/>
    <mapping resource="org/talend/repositorymanager/model/logModel/RuleExecutionHistory_oracle.hbm.xml"/>

Results

You can not use the same database for both Talend Administration Center and Talend Repository Manager.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!