Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 1 个数据库的 2 个实例。在数据库名称中配置时,nuxeo 不接受数据库名称,而是采用 instance_name。您能否建议我如何仅使用数据库名称。或者周围有没有其他解决方案。
问候, Nuxeo 用户
Oracle 的 Nuxeo 数据库参数用于生成以下 jDBC URL nuxeo.db.jdbc.url=jdbc:oracle:thin:${nuxeo.db.user}/${nuxeo.db.password}@${nuxeo.db.host}:${nuxeo.db.port}:${nuxeo.db.name}:. 你会期待什么?
nuxeo.db.jdbc.url=jdbc:oracle:thin:${nuxeo.db.user}/${nuxeo.db.password}@${nuxeo.db.host}:${nuxeo.db.port}:${nuxeo.db.name}
请注意,您仍然可以创建自己的数据库配置模板,以使用您自己的正确配置覆盖生成的配置文件。