我正在尝试配置 Oracle Apex 5 和 ORDS 以与 Tomcat 一起使用。我设法按照 Oracle 文档说明完成了所有步骤,但是当我尝试使用它访问 ORDS 时,http://localhost:8080/ords/
出现错误:
404 未找到
该请求无法映射到任何数据库。检查请求 URL 是否正确,以及 URL 到数据库的映射是否已正确配置
请支持,独立运行。
Oracle:11g
操作系统:Linux
Tomcat:7(运行)
我尝试安装 Oracle REST 数据服务,但出现此错误:(上java -jar ords.war install
)
SEVERE: The pool named: apex_pu is not correctly configured,
error: ORA-01017: invalid username/password; logon denied
oracle.dbtools.common.jdbc.ConnectionPoolException:
The pool named: apex_pu is not correctly configured,
error: ORA-01017: invalid username/password; logon denied
at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(ConnectionPoolException.java:88)
at oracle.dbtools.common.config.db.DatabasePools.badConfiguration(DatabasePools.java:198)
Run Code Online (Sandbox Code Playgroud)