A invalid username/password; CMD must be run as administrator in win7 or win8
1. Enter command under DOS:
SQLPLUS SYS/Password set at installation as SYSDBA
(enter)
2. Then type the command:
alter user scott account unlock;
When you enter, the words “User has changed” will appear, and you can move on to the next step.
3. Enter the command:
conn scott/tiger
After entering, an error message (as follows) will appear:
ERROR:
ORA-28001: The password has expired
Change Scott’s password
New password:
4. Enter a new password;
5. Repeat the new password.
Finally, there you go!
Reproduced in: https://www.cnblogs.com/dfyg-xiaoxiao/p/7213772.html
Read More:
- Solution: ora-01017: invalid username / password; login denied error
- Invalid username / password; login denied
- Spring error: ora-01017: invalid username / password; login denied
- The solution of shared memory real does not exist when Oracle login
- Failed to create Oracle Oracle home user solution appears in oracle12c installation
- Oracle database file is damaged, Error:ORA-01033 :ORACLE initialization or shutdown in progress
- Error 1045 (28000): solution to access denied for user ‘root’ @’localhost ‘(using password: no)
- remote: XXX Incorrect username or password (access token) fatal: Authentication failed for XXX
- ER_ACCESS_DENIED_ERROR: Access denied for user ‘root‘@‘localhost‘ (using password: NO)
- MySQL password setting error message: error 1054 (42s22): unknown column ‘password’ in ‘field list’
- Oracle login error: Oracle error 6 initializing SQL * plus (normal before)
- [Four Solutions] FTP Login Error: 530 Login incorrect.Login failed”
- “Permission denied” error in Oracle10g installation
- react Error: Objects are not valid as a React child (found: object with keys {username, password})
- An error is reported when kettle connects Oracle database and MySQL database
- MySQL startup problem (ERROR 1045 (28000): Access denied for user’ODBC’@’localhost’ (using password: NO))
- A series of errors encountered in connecting to the database using Oracle SQL developer
- SQL Server 2008 login 4064 error solution
- Remote: http basic: access denied, fatal: authentication failed for error resolution: wrong password
- 【Linux】psql: FATAL: Ident authentication failed for user “username” Error and Solution