switch a connection between encrypted and plain text
417507Apr 16 2004 — edited Apr 16 2004Hi,
My requirement is this, I need to make sure that the username/ Password used at connection setup time should not be sent as a plain text but all further communication should occur in plain text(for performance reasons). i'm using the secure thin driver example provided by oracle for network encryption. is there anyway of changing a jdbc connection from an encrypted channel to a clear text one? or is there a better way?