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: Please, help me : create a user

Re: Please, help me : create a user

From: <jlieto_at_my-dejanews.com>
Date: Tue, 02 Jun 1998 12:16:02 GMT
Message-ID: <6l0qe1$8r8$1@nnrp1.dejanews.com>


You will need to set the init.ora parameter os_authenticate_prefix (I can't remember the exact name but it is close.

os_authenticate_prefix = 'OPS$' #you can set it too whatever you choose including "".

Joe Lieto
Redwood Solutions

In article <6l0bd4$im1$1_at_plug.news.pipex.net>,   "Jim W" <J.Wood.LAB_at_dial.pipex.com> wrote:
>
> You will need to create a user with an OPS$ prefix on the OS id, ie
>
> create user OPS$Unixuser identified externally;
>
> Substitute the Unixuser with the actual OS id and then that user can issue
> "sqlplus / " and they will be authenticated externally, ie the OS.
>
> Good luck and feel free to shout if it's not that clear.
>
> ÀÌ º¹¸¸ wrote in message <35737E51.4EA29CDB_at_pop-server.san.rr.com>...
> >Hi, everybody;
> >
> >I want to create a user whose account name is same as OS (operating
> >system) account name and has same password as its OS password.
> >
> >Is it possible? If possible, please tell me how to do.
> >
> >Thank you.
> >
> >
> >
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Jun 02 1998 - 07:16:02 CDT

Original text of this message

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