Friday, December 14, 2007

ORACLE SYSTEM passwod

The default oracle system password is 'manager'

If one need to change, please do the following:
- Login to sqlplus as sysdba
- alter user system identified by manager;
- exit

Test with sqlplus to login with the user 'system'

No comments:

Blog Archive