RE: Connection question?

2001-11-29 Thread Hallas John
Title: RE: Connection question? Harry, I am not sure that BEQ connections use the standard listener at all. In fact on VMS systems you cannot make an internal connection if the bequeath listener is not started (BEQLSNR START|STOP|STATUS). Once you start that listener then you can connect

RE: Connection question?

2001-11-28 Thread Lowes, Harry (NESL-IT)
> [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, November 28, 2001 10:31 AM > > To: Multiple recipients of list ORACLE-L > > Subject:RE: Connection question? > > > > Afternoon Lisa, > > > > I thought that BEQ and (for example) IPC

RE: Connection question?

2001-11-28 Thread Todd Carlson
ORACLE-L Subject: Re: Connection question?   But were these not both BEQ one in Caps and the other in lower case (BEQ and beq) .. Anjan "Koivu, Lisa" wrote:   Hi Harry, I admit ignorance.  Networking was never my strong point.  IN fact sometimes I wonder if I still have one.

Re: Connection question?

2001-11-28 Thread Anjan Thakuria
- From:   Lowes, Harry (NESL-IT) [SMTP:[EMAIL PROTECTED]] Sent:   Wednesday, November 28, 2001 10:31 AM To: Multiple recipients of list ORACLE-L Subject:    RE: Connection question? Afternoon Lisa, I thought that BEQ and (for example) IPC protocols both used the listener to spawn a s

RE: Connection question?

2001-11-28 Thread Paul Baumgartel
gt; > From: Lowes, Harry (NESL-IT) > [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, November 28, 2001 10:31 AM > > To: Multiple recipients of list ORACLE-L > > Subject:RE: Connection question? > > > > Afternoon Lisa, > > > > I thought that BE

RE: Connection question?

2001-11-28 Thread Koivu, Lisa
Title: RE: Connection question? Hi Harry, I admit ignorance.  Networking was never my strong point.  IN fact sometimes I wonder if I still have one. Thanks for your response. Lisa -Original Message- From:   Lowes, Harry (NESL-IT) [SMTP:[EMAIL PROTECTED]] Sent:   Wednesday

RE: Connection question?

2001-11-28 Thread Lowes, Harry (NESL-IT)
> > Lisa Koivu > Oracle Database Monkey > Fairfield Resorts, Inc. > 954-935-4117 > > > > -Original Message- > > From: Seema Singh [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, November 27, 2001 1:05 PM > > To: Multiple recipie

RE: Connection question?

2001-11-28 Thread Koivu, Lisa
Title: RE: Connection question? Hi Deepak Here's what the doco says The Bequeath protocol enables clients that exist on the same machine as the server to retrieve information from the database without using the listener. The Bequeath protocol internally spawns a dedicated server pr

RE: Connection question?

2001-11-27 Thread Deepak Thapliyal
4117 > > > > -Original Message- > > From: Seema Singh [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, November 27, 2001 1:05 PM > > To: Multiple recipients of list ORACLE-L > > Subject:Connection question? > > > > Hi > > WHen I ex

RE: Connection question?

2001-11-27 Thread Koivu, Lisa
Title: RE: Connection question? One is LOCAL=YES and one is LOCAL=NO One is Local, one isn't. Lisa Koivu Oracle Database Monkey Fairfield Resorts, Inc. 954-935-4117 -Original Message- From:   Seema Singh [SMTP:[EMAIL PROTECTED]] Sent:   Tuesday, November 27, 2001 1:05

RE: Connection question?

2001-11-27 Thread Behar, Rivaldi
Title: RE: Connection question? 1. User connect to Oracle through Unix (for example telnet and then SQLPlus from Unix). 2. Client user. HTH, Rivaldi -Original Message- From: Seema Singh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 12:05 PM To: Multiple recipients of

Connection question?

2001-11-27 Thread Seema Singh
Hi WHen I execute ps -ef |grep LOCAL on Solaris server the following output i see in 1)(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq))) 2)(DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ))) What is the diffrence between 1 and 2. Thanks Seema ___