Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01017 when connect with Pentaho PDI

FC60Nov 21 2019

Hello,

I installed XE 18c and I have my connections with SQL Developer.

I created a connection with Pentaho PDI, but I have this error:

Error connecting to database [Localhost] :org.pentaho.di.core.exception.KettleDatabaseException:

Error occurred while trying to connect to the database

Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)

ORA-01017: nom utilisateur/mot de passe non valide ; connexion refusée

org.pentaho.di.core.exception.KettleDatabaseException:

Error occurred while trying to connect to the database

Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)

ORA-01017: nom utilisateur/mot de passe non valide ; connexion refusée

I add to C:\app\myuser\product\18.0.0\dbhomeXE\network\admin\sqlnet.ora this lines:

SQLNET.ALLOWED_LOGON_VERSION=8

SQLNET.ALLOWED_LOGON_VERSION_CLIENT = 8

SQLNET.ALLOWED_LOGON_VERSION_SERVER = 8

I add to C:\...\PDI\data-integration\lib this files:

ojdbc6.jar; ojdbc7.jar; ojdbc8.jar

I change my database name from XE to /XE

Always this error.

Comments
Post Details
Added on Nov 21 2019
0 comments
1,084 views