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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle net8 or net 10

Re: Oracle net8 or net 10

From: sybrandb <sybrandb_at_gmail.com>
Date: Fri, 01 Jun 2007 06:31:50 -0700
Message-ID: <1180704710.296256.262430@q66g2000hsg.googlegroups.com>


On Jun 1, 3:04 pm, Carlotta Rossi <RosCar..._at_max.de> wrote:
> Hi,
>
> I'm looking for a oracle-related course covering network analysis to
> find, debug and solve network related database problems.
>
> I'm experienced (10 years) in low level network analysis (physical, data
> link, transport layers), deep knowledge of windows based networks,
> tcp/ip ....
> Also I'm a senior software engineer (C, C++, C#), experienced in network
> -programming
>
> I'm looking for a course that is more application-layer oriented.
>
> That would be a course which covers something like "what happens on the
> tcp/ip layer when a select/commit... is submitted by an application
> program".
>
> Can anybody give me some hints?
>
> Appreciate it!

There is not much to sql*net. Basically it operates on the higher layers of the OSI layer (layer 4 - 7), and the only thing it does is sending client code to the server and receiving results back. This includes error messages: errors occur in the dedicated process which deals with your queries, error messages are being sent back as text. That said, the basic course available is called 'documentation', it is called 'Net administrators manual' and is available as html and pdf from http://tahiti.oracle.com

--
Sybrand Bakker
Senior Oracle DBA
Received on Fri Jun 01 2007 - 08:31:50 CDT

Original text of this message

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