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

Home -> Community -> Usenet -> c.d.o.server -> Re: Interesting OEM issue

Re: Interesting OEM issue

From: Jared <jared_at_hwai.com>
Date: 16 May 2002 13:29:38 -0700
Message-ID: <480f610.0205161229.2496dbc8@posting.google.com>


I did install ASO and have those parameters in sqlnet.ora. I think what is happening is that because I am trying to manually configure older versions, there will be SQL*Net incompatibilities. I've been checking docs and Metalink and haven't found a solution yet.

Here is sqlnet.ora:

# SQLNET.ORA Network Configuration File: /home/oracle/product/9.0.1/network/admi
n/sqlnet.ora
# Generated by Oracle configuration tools.  

TRACE_DIRECTORY_CLIENT = $ORACLE_HOME/network/trace  

SQLNET.AUTHENTICATION_SERVICES= (NTS)   TRACE_LEVEL_CLIENT = 16   # NAMES.DEFAULT_DOMAIN = chase.com  

USE_CMAN = TRUE   NAMES.DIRECTORY_PATH= (TNSNAMES)  

SQLNET.CRYPTO_SEED = "4fhfguweotcadsfdsafjkdsfqp5f201p45mxskdlfdasf"
SQLNET.ENCRYPTION_CLIENT = REQUESTED
SQLNET.ENCRYPTION_SERVER= ACCEPTED
SQLNET.ENCRYPTION_TYPES_SERVER = (DES)
 

SQLNET.ENCRYPTION_TYPES_CLIENT = (RC4_128) Regards,
jh

"RSH" <RSH_Oracle_at_worldnet.att.net> wrote in message news:<ih4A8.1643$6T5.170456_at_bgtnsc05-news.ops.worldnet.att.net>...
> > To enable ASO Encryption
> > =========================
> > sqlnet.encryption_server
> > sqlnet.encryption_types_server
> >
> > To enable ASO Checksum
> > ======================
> > sqlnet.crypto_checksum_server
> > sqlnet.crypto_checksum_types_server
> >
> > If this doesn't do it ... you need to post the entire error message
> > along with a copy of the SQLNET.ORA.
> >
> > Daniel Morgan
> >
Received on Thu May 16 2002 - 15:29:38 CDT

Original text of this message

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