Solutions for Oracle forgetting system password:
1. Brain short circuit, Oracle password cannot be remembered.
Win r Open the cmd black room. Run sqlplus "/as sysdba" (provided that environment variables are configured during installation)
2. Change System password
alter user system indentified by 12345678;
3 , unlock System user
alter user system account unlock;
Recommended tutorial: "Oracle Tutorial"
The above is the detailed content of What should I do if I forget my Oracle system password?. For more information, please follow other related articles on the PHP Chinese website!