Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: A basic stupid question
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>;
-- Chuck Hamilton chuck_hamilton_at_yahoo.com "Do not be deceived, God is not mocked; for whatever a man sows, this he will also reap." (Gal 6:7 NASB)Received on Thu Jul 19 2001 - 10:23:05 CDT
![]() |
![]() |