Secure JDBC connection to Oracle 9i

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Brasky

    Secure JDBC connection to Oracle 9i

    All -

    The project I'm on requires a secure connection between our Java J2EE
    application (running on BEA WebLogic 8.1) and Oracle 9i via JDBC.

    As I understand it, both the thin and thick Oracle JDBC drivers support
    encrypted connections to the database, but I believe both require the server
    to have Oracle Advanced Security installed. Is this true?

    Also, is there a way to perform secure (encrypted) JDBC calls to Oracle
    without having Oracle Advanced Security installed on the server?

    Thanks in advance,
    William




    ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
  • Ron Reidy

    #2
    Re: Secure JDBC connection to Oracle 9i

    Yes, use SSH and tunnel.

    William Brasky wrote:
    All -
    >
    The project I'm on requires a secure connection between our Java J2EE
    application (running on BEA WebLogic 8.1) and Oracle 9i via JDBC.
    >
    As I understand it, both the thin and thick Oracle JDBC drivers support
    encrypted connections to the database, but I believe both require the server
    to have Oracle Advanced Security installed. Is this true?
    >
    Also, is there a way to perform secure (encrypted) JDBC calls to Oracle
    without having Oracle Advanced Security installed on the server?
    >
    Thanks in advance,
    William
    >
    >
    >
    >
    ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---

    --
    Ron Reidy
    Oracle DBA

    Comment

    Working...