Database Security Products (MOSC)

MOSC Banner

ORA-01017 on sqlplus when authenticating through RADIUS

We've set up RADIUS authentication, basically following the steps on Configuring RADIUS Authentication.

Everything works just fine when using a simple password, with no special character in it (especially the '@'). It worked from sqlplus and sql developer.

SQL> conn giachettoe/Passw0rd12345@TESTAD
Connected.

SQL> select
  2     'SESSION_USER           : ' || sys_context('USERENV','SESSION_USER') session_user,
  3     'AUTHENTICATED_IDENTITY : ' || sys_context('USERENV','AUTHENTICATED_IDENTITY') auth_id,
  4     'AUTHENTICATION_METHOD  : ' || sys_context('USERENV','AUTHENTICATION_METHOD') auth_method,
  5     'LDAP_SERVER_TYPE       : ' || sys_context('USERENV','LDAP_SERVER_TYPE') ldap_type,
  6     'ENTERPRISE_IDENTITY    : ' || sys_context('USERENV','ENTERPRISE_IDENTITY') ent_id
  7  from dual;


SESSION_USER                      AUTH_ID                           AUTH_METHOD                       LDAP_TYPE                       

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center