Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Who's internal ?
Well... This actually has changed quite a lot over the last few releases of
Oracle. With Oracle 7, the only method was connect internal, then supply
the internal password. Anyone that had the password and access to the
system could connect internal.
Starting with Oracle 8, several new options were included, which, while adding a bit of setup complexity, offered a great deal more flexibility. The connect internal is still supported for backward compatibility, but Oracle can be configured to use OS authentication instead. Once configured, simply granting a user the OSOPER privilege, in the OS, permits the user to connect internal and startup and shutdown the db.
A completely different method is also available, using the ORAPWD utility. This utility creates and maintains a separate password file for Oracle's use. SYSOPER and SYSDBA privs can then be granted using ORAPWD. This method, though a bit tougher to set up, is considered the more secure.
HTH,
Randy Harris
"Galen Boyer" <galenboyer_at_hotpop.com> wrote in message
news:uy9nzqo3d.fsf_at_verizon.net...
> On Fri, 31 Aug 2001, harrisr_at_bignet.net wrote:
>
> > Oracle uses a different authentication mechanism on Unix from
> > NT. On NT (and W2K) it uses a db password for the connect
> > internal.
>
> Randy, I was always a bit puzzled by this. How does one give
> only have a certain set of network users rights to connect as
> internal?
>
> --
> Galen Boyer
> It seems to me, I remember every single thing I know.
Received on Sat Sep 01 2001 - 02:24:56 CDT
![]() |
![]() |