SQLNET.CRYPTO_SEED
Specifies the characters used when generating cryptographic keys. The more random the characters are, the stronger the keys are. This is required whenever encryption or checksumming is turned on
***********************************************************
Check the listener process
ps -ef|grep tns
This will give the list if the listener is running.
If it is running ,shut it down and restart.
Sometimes it happens even lsnrctl status command will hang.
You have to check the CPU consumption.
If it is too much sometimes listener hangs .
During that situation ,lsnrctl stop also willnot help.
So give : kill - 9 listenerprocessid
Then restart the listener.
If that is not the situation,Check with the sysadmin for the portno . Jus' try to get a different portno which is not conflicting.
it is still having the same problem
i did tryed the gerp and it shows the process for listener
but for connection from win2000 i have the same
ora-27101 prblem
with the help of all u i am able to solev
this problem
what i did is that
just change the listener.ora
in place of hostname i put ip address
my listener was starting and stoping normal
this sorted out my problem
Bookmarks