【发布时间】:2015-07-23 15:28:13
【问题描述】:
我尝试安装 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)
【问题讨论】:
-
您使用的是哪个版本的数据库?哪个版本的 ORDS?
-
你安装了Application Express吗?
-
数据库版本为 XE 11.2.0
-
是的,我安装了 APEX 5.0
标签: java oracle rest dataservice oracle-ords