Changing default passwords for SYS and SYSTEM in 8i
How does one change the default passwords for SYS and SYSTEM in Oracle8i?
In 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
Dig Deeper on Using Oracle PL-SQL
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments