Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: beq and peoplesoft
"Paul Tomko" <tomko_at_earth.execpc.com> wrote in message
news:3b461085$0$18893$272ea4a1_at_news.execpc.com...
> How would I go about setting up an entry in tnsnames.ora to get
> my peoplesoft applications to access the local Oracle databases via
> beq? I have heard that by default, local clients will try to connect via
> beq, but this turns out not to be the case. I have AUTOMATIC_IPC
> set to on, but I don't see any beq server process started in unix
> when peoplesoft connects. I can see this server process start if I
> connect via sqlplus.
> thanks in advance,
> Paul
> --
> Paul Tomko paul@tomkoinc.com http://www.tomkoinc.com
> 10000+ Humorous Quotes http://www.tomkoinc.com/quotes.html
> "Behold the warranty ... the bold print giveth and the fine
> print taketh away." - fortune file
IPC and Bequeath are two *different* protocols. If you have AUTOMATIC_IPC you will use the IPC protocol, not the Bequeath protocol. You need to explicitly define the Bequeath protocol. However, I don't see why you prefer to use Bequeath instead of IPC Please refer to v$session_connect_info to see what protocol your programs are actually using.
Hth,
Sybrand Bakker, Senior Oracle DBA Received on Fri Jul 06 2001 - 14:46:51 CDT
![]() |
![]() |