Is it possible to configure radius authentication to work with implicit db links?
We have configured a radius server (freeradius) to pass authentication requests from the database to an ldap server. However, while direct connections to the database are authenticated correctly, we are finding that implicit database links appear broken:
/u01/app/oracle/sac: sqlplus sac@DSTSST01 @conlink.sql
SQL*Plus: Release 12.2.0.1.0 Production on Thu Jul 11 13:06:01 2019
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Enter password:
Last Successful login time: Thu Jul 11 2019 12:59:30 -05:00
Connected to:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
select 'hey, I connected to '||dstest01.name||' and '||dstsst01.name||'!' from v$database@DSTEST01 dstest01, v$database@DSTSST01 dstsst01