Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using TNSPING to check for network congestion/problems

Status
Not open for further replies.

MCubitt

Programmer
Joined
Mar 14, 2002
Messages
1,081
Location
GB
Has anyone used TNSPING as a method of checking for network bottlenecks and issues?

Some consultants indicated that our network infrastructure could be responsible for some of our Oracle performance issues, where as we think it's the programs/SQLs/Database.

I wonder what tried & tested software or scripts are available.

Thanks



Applications Support
UK
 
It is an indication of network performance (as is ping) but its a bit 'simple'. A proper network monitoring tool is what they should be using

Alex
 
Thanks Alex, I was rather hoping a toe in the water would give me the credibilkity to then jump in..

Can one TNSPING for a repeated number of times?



Applications Support
UK
 
Can one TNSPING for a repeated number of times?

Yes - remember however that you are only getting the reaction from the listener and not the database.

Just beacause you get a quick time from tnsping does not necessarily mean that the network is fine - you must consider the time when data is be carried from the database.

Ideally you should use the database as normal and use a network monitor to determine bandwidth utilisation and network latency

Alex
 
Thanks Alex, I have asked for our technical manager to review this.

regards


Applications Support
UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top