Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 8.0.5 EE on Linux passwords
CHANGE_ON_INSTALL should solve your problem...
Well you can change them without any knowlegement of them....
Just use sqldba / svrmgr / svrmgrl
connect internal
alter user system identified by manager; alter user sys identified by sys; or ever you want...
Tom Mornini schrieb:
> I just installed 8.0.5 on VaResearch 6.0.1 Linux (not easy!) and I have
> a single question:
>
> The installer didn't ask me for SYS and SYSTEM passwords, and I can't
> find a reference to the default values anywhere, though a web page
> with Linux install instructions (invaluable!) did mention that SYSTEM's
> password is 'manager' by default (and it is).
>
> What is the default for SYS?
>
> -- Tom Mornini
> -- InfoMania
Received on Tue Sep 28 1999 - 16:30:09 CDT
![]() |
![]() |