Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ORACLE TCP Comunication
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sids  
View profile  
 More options Jun 7 2004, 9:52 am
Newsgroups: comp.databases.oracle.server
From: love25...@yahoo.com (Sids)
Date: 7 Jun 2004 06:52:25 -0700
Local: Mon, Jun 7 2004 9:52 am
Subject: ORACLE TCP Comunication
Hi All,

I would like to capture the traffic of a oracle server & oracle clinet
exist on the same machine. would like to capture all the query coming
through loopback.. i have put my program  between tcp & ip layer to
capture the loopback traffic .. but seems it uses some sharred memory
.. could any body lemme know the parameters i need to change to
disable the shared memory uses

Thanks in advance

regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Austin  
View profile  
 More options Jun 7 2004, 10:26 am
Newsgroups: comp.databases.oracle.server
From: Michael Austin <maus...@firstdbasource.com>
Date: Mon, 07 Jun 2004 14:26:36 GMT
Local: Mon, Jun 7 2004 10:26 am
Subject: Re: ORACLE TCP Comunication

Sids wrote:
> Hi All,

> I would like to capture the traffic of a oracle server & oracle clinet
> exist on the same machine. would like to capture all the query coming
> through loopback.. i have put my program  between tcp & ip layer to
> capture the loopback traffic .. but seems it uses some sharred memory
> .. could any body lemme know the parameters i need to change to
> disable the shared memory uses

> Thanks in advance

> regards

Operating system and versions??? what applicatin are you using to make
the connection? SQL*Plus?   homegrown?  what does your connect statement
look like?   Depending on OS etc... using username/password@sid (must
have TNSNAMES and Listener properly configured) will generally force it
to use the network as it's transport.

Michael Austin.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sids  
View profile  
 More options Jun 8 2004, 12:55 am
Newsgroups: comp.databases.oracle.server
From: love25...@yahoo.com (Sids)
Date: 7 Jun 2004 21:55:43 -0700
Local: Tues, Jun 8 2004 12:55 am
Subject: Re: ORACLE TCP Comunication

Thanks  Michal,

I am using sql*plus. actally i need to know which parameter i need to
change to force it to use network as it's transport.

thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank van Bortel  
View profile  
 More options Jun 8 2004, 2:03 pm
Newsgroups: comp.databases.oracle.server
From: Frank van Bortel <fvanbor...@netscape.net>
Date: Tue, 08 Jun 2004 20:03:51 +0200
Local: Tues, Jun 8 2004 2:03 pm
Subject: Re: ORACLE TCP Comunication

sqlnet.ora configuration file.
Add:
trace_level_client= [OFF, USER, ADMIN, SUPPORT]
Look for a .trc file

--

Regards,
Frank van Bortel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »