Disable Oracle DB Server's Kerberos Replay Cache?
Is it possible to disable the Kerberos replay cache in an Oracle database?
For services that use MIT Kerberos the replay cache can be disabled by setting the environment variable KRB5RCACHETYPE=none before starting the service.
Will this work with the database server or is there some other way to do this?
jd