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: How does "describe" work (difficult)

Re: How does "describe" work (difficult)

From: Yong Huang <yong321_at_yahoo.com>
Date: 24 Dec 2001 18:44:09 -0800
Message-ID: <b3cb12d6.0112241844.cc1c065@posting.google.com>


Martin Drautzburg <drautzburg_at_altavista.net> wrote in message news:<87vgezw1zd.fsf_at_altavista.net>...
> I also ran "strace sqlplus". This showed a socked write and a socked
> read. This is no surprise, all commands basically look like like this
> (not just describe). I believe this is just classic SQL*Net
> communication. I don't know WHAT it writes though.

I don't remember the option for strace in Linux (or whatever OS implementing strace). But in Solaris, truss has options -rall -wall to show the full content of the read / write buffer, equivalent to using a network analyzing tool. This doesn't necessarily mean what you see can be interpreted in plain English. You can compare that with admin level SQL*net tracing to gain some insight.

Yong Huang
yong321_at_yahoo.com Received on Mon Dec 24 2001 - 20:44:09 CST

Original text of this message

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