Oracle Advanced Networking Option Administrator's Guide Go to Product Documentation Library
Library
Go to books for this product
Product
Go to Contents for this book
Contents
Go to Index
Index



Go to previous file in sequence Go to next file in sequence

APPENDIX A. Encryption and Checksum Parameters


This appendix shows an example of the SQLNET.ORA file generated after you perform the network configuration described in "Configuring Servers and Clients to Use Encryption and Checksumming" in Chapter 2 of this guide.

Sample SQLNET.ORA Configuration Files for Clients and Servers

Shown in this section are SQLNET.ORA configuration files for a set of clients with similar characteristics and a set of servers with similar characteristics, with examples of the Advanced Networking Option encryption and checksumming parameters.

SQLNET.ORA for a Set of Clients and Servers in a Single Community

################
# Filename......: sqlnet.ora
# Name..........: TCPCOM.world
# Date..........: 12-DEC-95 13:12:17
################
AUTOMATIC_IPC = ON
TRACE_LEVEL_CLIENT = OFF
SQLNET.EXPIRE_TIME = 0
NAMES.DEFAULT_DOMAIN = world
NAME.DEFAULT_ZONE = world
SQLNET.CRYPTO_SEED = "-kdje83KKEP39487dvmlqEPTbxXe702M73"
SQLNET.ENCRYPTION_CLIENT = REQUESTED
SQLNET.ENCRYPTION_TYPES_CLIENT = (RC4_40,DES40)
SQLNET.CRYPTO_CHECKSUM_CLIENT = REQUESTED
SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT = (MD5)
SQLNET.CRYPTO_CHECKSUM_CLIENT = REQUESTED
SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT = (MD5)
SQLNET.ENCRYPTION_TYPES_SERVER = (RC4_40,DES40)
SQLNET.CRYPTO_CHECKSUM_SERVER = REQUESTED
NAMES.DIRECTORY_PATH = (TNSNAMES,ONAMES) 
SQLNET.AUTHENTICATION_SERVICES = (SECURID) 

Note the following:




Go to previous file in sequence Go to next file in sequence
Prev Next
Oracle
Copyright © 1996 Oracle Corporation.
All Rights Reserved.
Go to Product Documentation Library
Library
Go to books for this product
Product
Go to Contents for this book
Contents
Go to Index
Index