Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Optimization
Holger Baer schrieb:
> Peter Mubaiter wrote:
>> I think that most of the database out there will have a high value for >> wait event "SQL*Net message from client". I know nearly no application >> which opens a session, requests data, fetches the data and closes the >> session again (that'll keep this specific wait event low). >>
That's why I wrote "I know nearly no application..." because the apps I saw connecting to Oracle make use of connection pooling etc. Applications, where performance is a must, because reopening sessions take too much time. The other apps were using mySQL etc. ;-) But we are now a mile away from the original posters question. To summarize: A high value of SQL*Net% can indicate a problem. It has to be further investigated.
Regards,
Peter Received on Fri Jan 14 2005 - 11:22:38 CST