Data security concern while using JDBC

My java application connecting to a database to read patient information.Do I have to worry about encrypting the data? I am using oracle jdbc driver.Is there any chance, anyone can read the data on transit?
[213 byte] By [Karuvelila] at [2007-10-3 2:07:59]
# 1

In theory it is possible. In practice I don't know that there are any recorded instances outside NSA. I've read that there are no known cases of credit card numbers being harvested from plaintext IP traffic.

Your question should really be directed to your employer or the customer.

If you're on an Intranet I would forget about it; if you're using the Internet it may be required to use SSL.

ejpa at 2007-7-14 19:06:51 > top of Java-index,Security,Other Security APIs, Tools, and Issues...