Why can’t you grab tickets when you travel on holiday?Reveal the key technology of 12306 how to ensure the ticket is not oversold>>>
Oracle has been used in recent projects. I forgot my previous account password, so I need to reset my password
conn/as sysdba;
The test found that there was an error when using the operating system to log in locally, most likely because the Current Windows user was not in the user group allowed by Oracle to log in. You need to add the current login user to the ora_ In the DBA user group, as shown in the figure below, also needs to confirm the file $oracle_ In home/network/admin/sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NTS)
After the test, you can log in, change the password and unlock the account successfully
alter user scott identified by tiger;
alter user scott account unlock;
Similar Posts:
- How to Solve ra-28000 account being locked Error
- Add Samba user prompt failed to add entry for user
- [Solved] ORA-12162: TNS:net service name is incorrectly spe
- How to Solve Error: ORA-27101: shared memory realm does not exist
- How to Solve Error: use a kernel appropriate for your CPU
- Su command error Su: permission denied [How to Solve]
- git push error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
- [Solved] Linux Oracle bash: “sqlplus / as sysdba”: command not found
- Setting root password after installation of Ubuntu 20.04 LTS
- Your user account isn’t allowed to install to the system rubygems solution