I am trying to implement a POC using Oracle Real Application Security (RAS) in Oracle 12C.
I have done the RAS setup with HR demo on Oracle side, which is working fine (I verified it using SQLDeveloper & SQLPlus).
now I am trying to establish a java jdbc connection using "Application User" (dispatcher) as mentioned in below link:
http://docs.oracle.com/database/121/DBFSG/midtierjava.htm#DBFSG99936
But I am getting below error: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Though connection using "Database User" is working fine.
How to set a JDBC connection using "Application User" (not "Database User") ?