Re: Using OPS$ for local login

From: Hadar Paiss <hpaiss_at_netvision.net.il>
Date: 1996/05/30
Message-ID: <31AE92DA.5F74_at_netvision.net.il>#1/1


Sean Garagan wrote:
>
> Greetings all,
>
> We are trying to develop an application that logs into Oracle
> securely by using the OPS$ protocol. All of the Oracle manuals
> point to this being only for a networked database. The application
> is local to the database so there is no reason to run SQL*Net.
>
> Is there any way to use OPS$ without going through a network
> protocol, or should we look into another way to access the
> database?
>
> The system is Oracle 7.1.4 on SVR4.
>
> Thanks in advance,
> Sean

Hi,

You have to add parameter to your init.ora file: os_authent_prefix, and remote_os_authent...

On unix platform you are ALWAYS using sql*net. For local connection it works over beq/ipc protocol on sql*net v2 (pipes). For sql*net v1 define TWO_TASK as 'p:'

This feature (the OPS$ accounts) is not supported on all platforms. Check your IUG.

        Hadar Paiss Received on Thu May 30 1996 - 00:00:00 CEST

Original text of this message