Database Resident Connection Pooling + AES / SSL
Hello,
I'm trying to configure Database Resident Connection Pooling on Oracle Linux 7.8 + Oracle 18.11 and have some questions.
There is no issues if no any encryption is enabled.
Oracle documentation says:
You can use Oracle Advanced Security features such as encryption and strong authentication with DRCP.
DRCP Restrictions
Using Advanced Security Options (ASO) with TCPS
Advanced Security Options
- Transparent Data Encryption
- Oracle Data Redaction
It seems everything should work, but
- when I add Oracle Native Encryption with AES, I get ORA-28547: connection to server failed, probable Oracle Net admin error
- when I use SSL, I get ORA-01017: invalid username/password; logon denied