Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: A basic stupid question
Chuck Hamilton <chuck_hamilton_at_yahoo.com> wrote in message news:<5oudltcsl43rdo0799p7r1gnldbpu6akfo_at_4ax.com>...
> On Wed, 18 Jul 2001 19:02:45 GMT, "Stan" <stan_at_Last.Com> wrote:
>
> >I'm sure that this is in the FAQ, but I can't find it, so here goes. I'm a
> >MS-SQL guy and I've just load Oracle 8 to my NT server. What is the default
> >system admin username and password?
> >
>
> User: sys
> Password: change_on_install
>
> User: system
> Password: manager
>
> After installing a recommend you change both of these passwords.
>
> alter user sys identified by <newpassword>;
> alter user system identified by <newpassword>;
Just one small note. Stan told us, that he is using NT server. If I remember correctly, default password for SYS on NT platform is not "change_on_install", but "change_on_install_xxx", where xxx is some stupid number taken from NT installation, installation key or something similar.
-- _________________________________________ Ing. Dusan Bolek Oracle team leaderReceived on Fri Jul 20 2001 - 02:48:10 CDT
![]() |
![]() |