How does one change the default passwords for SYS and SYSTEM in Oracle8i?
In

    Requires Free Membership to View

order to alter default passwords for SYS and SYSTEM you need to be connected as sys or system or as a user with DBA role.

Then you can execute the following command

ALTER USER SYS identifed by ;

ALTER USER SYSTEM identified by ;

This was first published in March 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.