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: A basic stupid question

Re: A basic stupid question

From: Chuck Hamilton <chuck_hamilton_at_yahoo.com>
Date: Thu, 19 Jul 2001 11:23:05 -0400
Message-ID: <5oudltcsl43rdo0799p7r1gnldbpu6akfo@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>;

--
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

Original text of this message

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