0

Is there a way to configure Oracle Continuous Query Notification sent from the server to the registered client, to be encrypted?

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56

1 Answers1

1

I have not tested it. But I would expect that if you configured the underlying JDBC connection to use SSL encryption the CQN notifications would be encrypted in transit.

Justin Cave
  • 227,342
  • 24
  • 367
  • 384