Some general questions [message #461638] |
Sun, 20 June 2010 03:19 |
rodnower
Messages: 17 Registered: June 2010 Location: Israel
|
Junior Member |
|
|
Hello.
1) I put attention that TNS write events into its log in too big frequency: ~ 10 time in second. I see that it is for every connection, but I assume that this no too good to performance.
Is there some way to tell to TNS not to write event for every connection but only for errors?
2) May I to remove alert.log of DB? Or DB will make me problems with this?
3) How can I tell to my client connect directly to my instance rather than during TNS?
I have Oracle RAC 11g running on Red Hat 4 64 bit.
Thank you for ahead.
[Updated on: Sun, 20 June 2010 03:21] Report message to a moderator
|
|
|
|
Re: Some general questions [message #461690 is a reply to message #461657] |
Mon, 21 June 2010 01:10 |
rodnower
Messages: 17 Registered: June 2010 Location: Israel
|
Junior Member |
|
|
Thank you for answering.
About first question:
TNS writes connection events, and I have too much connections.
So now I may split it to two questions:
1.1. How to tell to TNS Listener write only errors and not connections to its alert.log
1.2. How I understand it is not right that TNS opens too many connections. In lsnrctl I see established: more than 1400. So one DBA tell me that I need to pooling connections at client side. I use .NET 3.5 with Oracle.DataAccess and NHibernate that use System.Data.Oracle. Both use the same connection string. How and where I do this connection pooling?
Thank you very much again.
|
|
|
|
|