Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: help: Bequeath?

Re: help: Bequeath?

From: Yurasis Dragon <yurasis_spam_at_yahoo.com>
Date: Sat, 23 Mar 2002 00:57:10 GMT
Message-ID: <h0kn9uk73ivlm3hunj7lifu280hb8vs14n@4ax.com>


Make the following setting in init.ora : os_authent_prefix = "ops$" <-- Can be anything, ops$ is the conventional setting

Bounce your database, create a user with a name ops$<unix-id> and :

	% id
	uid=1001(oracle) gid=101(dba)

	% sqlplus /

	SQL*Plus: Release 8.1.6.0.0 - Production on Fri Mar 22 17:42:15 2002

	(c) Copyright 1999 Oracle Corporation.  All rights reserved.


	Connected to:
	Oracle8i Enterprise Edition Release 8.1.6.2.0 - Production
	With the Partitioning option
	JServer Release 8.1.6.2.0 - Production

	DBAT > show user
	USER is "OPS$ORACLE"
	DBAT > 

But of course don't use the unix id oracle for something like this, this was just an example.

Shrieking in pain from a horribly disfigured body, "Winbatch" <winbatch_at_techie.com> groaned :

>Hi,
>I need some help. I have been asked to modify our 8.1.6 oracle installation
>on solaris machine so that clients can connect based on unix username. I
>think this is called bequeath? I did some poking/asking around and I
>created a username called OPS$woba where woba is the name of the unix user I
>want to use. I was told all I needed to do was create the user, grant it
>select and resource rights and that the user would be able to do sqlplus
>without any parameters: sqlplus /
>
>Unfortunately, this is not working. I think because I think I need to do
>something special on the server side to set this up. Could someone point me
>in the right direction? Do I need to add a special listener of some sort?
>
>Thanks
>Winbatch
>
>

===
Yurasis Dragon
spam_at_smeagol.com Received on Fri Mar 22 2002 - 18:57:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US