ORA-01017: invalid username/password with Oracle DB 11.2.0.4.0

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
AdilsonD
Posts: 2
Joined: Fri 18 Jul 2014 19:25

ORA-01017: invalid username/password with Oracle DB 11.2.0.4.0

Post by AdilsonD » Fri 18 Jul 2014 19:41

I use UniDAC Professional Edition 4.6.12 version to RAD Studio XE3 and migration to Oracle version 11.2.0.4.0 is occurring ORA-010017 Error: Invalid username / password; Logon denied. I'm using a direct connection. Below information about the database. Is there any solution without having to switch to a non-direct connection?

NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
NLS_CURRENCY $
NLS_ISO_CURRENCY AMERICA
NLS_NUMERIC_CHARACTERS .,
NLS_CHARACTERSET WE8ISO8859P15
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE AMERICAN
NLS_SORT BINARY
NLS_TIME_FORMAT HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY $
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_RDBMS_VERSION 11.2.0.4.0

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ORA-01017: invalid username/password with Oracle DB 11.2.0.4.0

Post by AlexP » Mon 21 Jul 2014 08:12

Hello,

This problem is due to the fact, that since Oracle 11.2.0.4, server access protocol was changed. We have already supported this protocol in ODAC and UniDAC. Please download the latest UniDAC version, check connection again.

AdilsonD
Posts: 2
Joined: Fri 18 Jul 2014 19:25

Re: ORA-01017: invalid username/password with Oracle DB 11.2.0.4.0

Post by AdilsonD » Mon 21 Jul 2014 11:08

Unfortunately I already have the latest version that our company has the right to support and download (4). As I work in a public company has not been possible to upgrade to version 5. Thanks.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ORA-01017: invalid username/password with Oracle DB 11.2.0.4.0

Post by AlexP » Tue 22 Jul 2014 07:33

We don't add changes to the previous versions, therefore you should update ODAC to be able to work with the latest Oracle versions.

Post Reply