| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to change password?
Just connect as system/manager using SQL*Plus. Then use PASSWORD command:
$ sqlplus system/manager
...
SQL> password
...
SQL> exit
Then connect as sys/change_on_install
$ sqlplus sys/change_on_install
...
SQL> password
...
SQL> exit
That's all. Received on Fri Dec 21 2001 - 01:58:24 CST
![]() |
![]() |