Sqlnet Advanced Security Option
I'm testing the aso feature on a 10.2.0.4 db ( on windows ). I have a db on one machine and client on another.
The db server has sqlnet.ora with enteries :
sqlnet.crypto_checksum_server = REQUIRED
sqlnet.encryption_server = REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPE_SERVER = (MD5)
SQLNET.ENCRYPTION_TYPES_SERVER = (DES40,RC4_40)
SQLNET.CRYPTO_SEED = "abcdefghijklmnopqrstuvwxyz"
The client as NO ENTRIES ( I'm testing to see if conenction gets rejected )
But one I try an sqlplus session scott/tiger@test.
I get a connection ie it is NOT rejected ?
Any ideas anyone.
The db server has sqlnet.ora with enteries :
sqlnet.crypto_checksum_server = REQUIRED
sqlnet.encryption_server = REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPE_SERVER = (MD5)
SQLNET.ENCRYPTION_TYPES_SERVER = (DES40,RC4_40)
SQLNET.CRYPTO_SEED = "abcdefghijklmnopqrstuvwxyz"
The client as NO ENTRIES ( I'm testing to see if conenction gets rejected )
But one I try an sqlplus session scott/tiger@test.
I get a connection ie it is NOT rejected ?
Any ideas anyone.
0