Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> ASO Checksumming Parameters

ASO Checksumming Parameters

From: MacGregor, Ian A. <ian_at_SLAC.Stanford.EDU>
Date: Tue, 19 Nov 2002 15:04:08 -0800
Message-ID: <F001.005075A7.20021119150408@fatcity.com>


I'm looking at configuring ASO. I have sqlnet.ora file on both the client and the server which looks like

trace_level_client=16

sqlnet.encryption_server=accepted
sqlnet.encryption_client=requested
sqlnet.encryption_types_server=(RC4_40)
sqlnet.encryption_types_client=(RC4_40)
sqlnet.crypto_seed = "-kdje83kkep39487dvmlqEPTbxxe70273"
sqlnet.crypto_checksum_server=accepted
sqlnet.crypto_checksum_client=requested
sqlnet.crypto_checksum_types_server = (MD5)
sqlnet.crypto_checksum_types_client = (MD5)
SQLNET.AUTHENTICATION_SERVICES=(NONE)
SQLNET.AUTHENTICATION_REQUIRED=FALSE
sqlnet.fips_140 = true
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I've been getting 12645 , parameter not found errors. The trace file has been very helpful specifiying the missing parameter until now. Now all that seems relevant is
nacomdp: exit
nacomus: exit
nacomus: entry
nacomus: service        crypto-checksumming
         # of fields    6
         ORACLE error   12645.


and

nacomer: error 12645 received from crypto-checksumming service nacomer: failed with error 12645
snauicomparehash: failed with error 12645 snauicomparehash: exit
na_client: returning status: "connection in progress"

any idea what is wrong or missing?

The client is 9.0.1.3 and the server is 9.0.1.4 both on Solaris 8

Ian MacGregor
Stanford Linear Accelerator Center
ian_at_SLAC.Stanford.edu
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: MacGregor, Ian A.
  INET: ian_at_SLAC.Stanford.EDU

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Nov 19 2002 - 17:04:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US