Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Where to find the login username and password
Hi
About your question :
Oracle Databases has an standard about features of new databases.
When you create one, Oracle'll set up two users, system and sys. The standard
configuration is the following :
users Password sys change_on_install
Those are the main administrator usersto Oracle Enviroment, so you must change
their passwords after you get in the first time. You can do this with the following
command :
alter user user_name identified by new_password;
for example : alter user sys identified by new_star;
By
WANGCUI wrote:
> Hello, Experts,
>
> I just installed Oracle 8.0.4 server, designer 2000, and developer 2000 onto my
> NT 4.0 server. But I could not access any functions without encountering a
> login window asking me for a usrname and a password. Where to specify these?
> It did not ask me to set up any database or to specify any username and
> password during installation. I tried to use "Administrator" as username and
> my system password as the password but it did not work. Help! Help!!
>
> Thanks,
>
> Muyi
>
--
"Smell the Flower While you can"
![]() |
![]() |