Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Where is the trcroute utility?

Re: Where is the trcroute utility?

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 2 Jun 2003 07:08:36 -0700
Message-ID: <92eeeff0.0306020608.40f6c1e0@posting.google.com>


Peter <peter_at_nomorenewsspammin.ca> wrote in message news:<ks4mdvksr6b53f5rej2t0i6nb7pk19gp3e_at_4ax.com>...

This must be a typo (as usual) in Oracle documentation or they are listing some unknown utility. There are two utilities you can use to trace route to an ip address e.g. run following test,

On Windows:
C:\> ping oracle.com
then
C:\> tracert oracle.com

On *nix:
$ ping oracle.com
then
$ traceroute oracle.com

Regards
/Rauf Sarwar

> On Mon, 2 Jun 2003 09:10:41 +0200, "Guido Konsolke"
> <Guido.Konsolke_at_triaton.com> wrote:
>
> I got this from the Network manual.
>
> Oracle9i Net Services Administrator's Guide
> Release 2 (9.2)
> Part Number A96580-02
>
> 16
> Establishing a Connection and Testing the Network
>
>
> TRCROUTE Utility
> The Trace Route Utility (TRCROUTE) enables administrators to discover
> the path or route a connection is taking from a client to a server. If
> TRCROUTE encounters a problem, it returns an error stack to the client
> instead of a single error. These additional error messages make
> troubleshooting easier.
>
> TRCROUTE is different from TNSPING in that it travels as a special
> type of connect packet, and is routed as such. As it travels toward
> its destination, the TRCROUTE connect packet collects the TNS
> addresses of every node it travels through. If an error occurs,
> TRCROUTE collects error information that shows where the error
> occurred. The TRCROUTE displays the information collected on the
> client screen. You can redirect the TRCROUTE output to a file, and
> print it if you wish.
>
> The TRCROUTE uses minimal resources. It gathers information in the
> connect data of a special connect packet; standard connect packets are
> not affected.
>
> The server is not affected by TRCROUTE. The listener receives and
> processes the TRCROUTE connect packet. It returns the information to
> the client by putting it into a refuse packet. The server does not
> need to start up any new processes or deal with dummy connections.
>
> Using TRCROUTE
> To invoke TRCROUTE, enter the following from the command line:
>
> trcroute net_service_name
>
>
> >"Peter" <peter_at_nomorenewsspammin.ca> schrieb im Newsbeitrag
> >news:t4bldv8ln91p40m90720gah4fqdp1206kv_at_4ax.com...
> >>
> >> I read it from the manual.
> >>
> >> Oracle9i Net Services Administrator's Guide
> >>
> >http://download-west.oracle.com/docs/cd/B10501_01/network.920/a96580/connect
> >.htm#427493
> >>
> >
> >Hi Peter,
> >
> >I can't get the link to work and like Jim I don't believe it to be an Oracle
> >utility.
>
>
> Part of the link is on the next line.
>
>
> >Maybe they refer to the trace route utility of your OS.
> >
> >Greetings,
> >Guido
> >
Received on Mon Jun 02 2003 - 09:08:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US