DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Oracle Advanced Security Problem

  1. #1
    Join Date
    Mar 2003
    Location
    Sofia, Bulgaria
    Posts
    64

    Oracle Advanced Security Problem

    I'm trying to enable the encrypted connection trough Oracle security.
    Here is my sqlnet.ora on both client and server

    sqlnet.encryption_server=required
    sqlnet.encryption_client=requested
    sqlnet.encryption_types_server=(RC4_40, RC4_56, RC4_128, DES, DES40)
    sqlnet.encryption_types_client=(RC4_40, RC4_56, RC4_128, DES, DES40)
    sqlnet.crypto_seed = "-kdje83kkep39487dvmlqETbxxe70273"
    sqlnet.crypto_checksum_server=required
    sqlnet.crypto_checksum_client=requested
    sqlnet.crypto_checksum_types_server = (MD5)
    sqlnet.crypto_checksum_types_client = (MD5)

    when I try to connect via our client software I get this error message: ORA-12649 Unknown encryption or data integrity algorithm

    When I try to connect via enterprise manager i get ORA-12537

    The server is AIX running Oracle 1.8.5
    The client is win2003 server standart with oracle 9i.

    Any ideas?
    No Mutants Allowed

  2. #2
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    Is OAS actually installed? (Remember, it's separately licensed.)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width