You can change the password of INTERNAL using the orapwd utility. Afterwards, change the sys and system users passwords.
To change the password of internal: Make sure that you have shutdown the database before you change the password. Do not remove or modify the password file if you have a database or instance mounted using REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE(or SHARED) in your init.ora. If you do, you will be unable to reconnect remotely using the password file. Even if you replace it, you cannot use the new password file, because the
timestamp and checksums will be wrong.
Here's how you do it:
$orapwd file=$ORACLE_HOME/dbs/pwd<SID>.ora password=oracle entries=5
where:
file = Path and name of the password file. (mandatory)
password = Password for SYS and INTERNAL. (Mandatory)
entries = Maximum number of distinct DBAs and OPERs. (Optional, default=5)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.