Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
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 – please let us know!