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.
在 pentaho DI CE 版本 4.3 的表输入步骤中使用 SQL 选择查询时,虽然会弹出以下错误:
连接到数据库时出错:(使用类 oracle.jdbc.driver.OracleDriver)ORA-01017:用户名/密码无效;登录被拒绝
重新检查,用户名和密码都正确。主机名、数据库名称、端口等所有连接详细信息也设置正确。要连接的数据库是通过本机访问 (JDBC) 连接的 Oracle 10g。驱动程序也匹配,但此错误仍然随机出现。有时会,有时不会。有任何想法吗?