If you want to use the Oracle database with Talend Repository Manager, you must update the hibernate.cfg.xml file as the following:
<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"/>
<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"/>
You can not use the same database for both Talend Administration Center and Talend Repository Manager.
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!