Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Client connection SHARED don't use server SQLNET.ORA
Mr Bakker is of course correct. SQL Net tracing on the server collects
the traffic from the dedicated server process to/from the client. In
the MTS model (Oracle wants us to say Shared Server nowadays) the
tracing is done at the Dispatcher, which many clients may be using. In
the MTS (ptoo! Shared Server, Shared Server...) model, tracing or even
finding the dispatcher or shared server servicing the client can be
problematic. On windows its more difficult as you are then dealing with
threads rather than processes...
Metalink has an overview note 168851.1 that speaks to this, overview style.
HTH td
@lex wrote:
> Hi !
>
> I need (maybe) a simple help..
>
> I test that when i use a client connection of type SHARED, i can't
> trace that from server (by TRACE sqlnet.ora parameter); instead i can
> trace it when i use DEDICATED connection. What's this ?
>
> Thanks for attention.
> Bye
> Alex
>
> System description:
> XP Client with Oracle 9.0.1.0 -> Aix Server with Oracle 9.2.0.5
Received on Fri Jul 02 2004 - 18:18:32 CDT
![]() |
![]() |