Re: monitoring listener.log

2001-04-27 Thread Saurabh Sharma
Title: monitoring listener.log hey can u elaborate how do u scan each log file, and convert it in email msg. how do u do this..   saurabh sharma dba   - Original Message - From: NGUYEN Philippe (Cetelem) To: Multiple recipients of list ORACLE-L Sent: Wednesday, April 25,

Re: monitoring listener.log

2001-04-27 Thread Danisment Gazi Unal (Unal Bilisim)
Hi, Typical errors in sql*net traces are like this: nserror: nsres: id=0, op=67, ns=12571, ns2=12560; nt[0]=533, nt[1]=57, nt[2]=0 Means: You get protocol error 57. If you are using TCP/IP, check winsock errors, if I'm not wrong it should be 20057 or 10057. This error causes sql*net 533 error. 5

Re: monitoring listener.log

2001-04-28 Thread Danisment Gazi Unal (Unal Bilisim)
Hi again, Note that listener is only used while creating shadow processes on server side. Once shadow processes are created by listener, listener is never used. in other words, listener process is not a bridge between user process and server process during data transmissions. So, scanning listen

RE: monitoring listener.log

2001-05-03 Thread NGUYEN Philippe (Cetelem)
#x27; > $ERRFILE if [ -s $ERRFILE ] then cat $ERRFILE | mailx -s "$SUBJECT" $EMAIL fi -Message d'origine-De: Saurabh Sharma [mailto:[EMAIL PROTECTED]]Date: vendredi 27 avril 2001 12:12À: Multiple recipients of list ORACLE-LObjet: Re: monitoring listener.log