Originally posted by Chucks_k
Hello everyone,

How do i change the default passwords for the users system and sys?

Is there a way of stopping someone from logging in as / as sysdba? can i change that to another value?

Thanks in advance,
Chucks_k
ALTER USER SYS IDENTIFIED BY NEW_PWD;

If the unix user is in the DBA group, then he can log in using "connect / as sysdba". Is the OS user in the DBA group?