tags: Oracle
Not installed locallyOracle,installedoracleClient and PL/SQL Developer. To achieve oracledatabaseVisual operation.
PL/SQL cannot log in while using it, and it prompts an error: ORA-01017: invalid username/password; logon denied error (users and passwords in the program cannot be logged in, login is refused).
Log in to the PL/SQL tool with an administrator account (mine is system)
1. Enter the query:
The result shows that the password is valid for 180 days
2. Enter the command:
Execute again:
The following picture is displayed:

By the time ORACLE_NET_SERVICE connection to the database, error ORA-28001: the password has expired password is invalid 1.View online documentation related error ORA-28001: the password has expired C...
Transfer from: There are generally two possible reasons for the expiration of the Oracle database password: 1. It is caused by the default setting of "PASSWORD_LIFE_TIME=180 days" in the def...
Oracle11g defaults for the user's password is valid for 180 days. After password expires, the user cannot log in to the system. Modify the default configuration of Oracle11G, modify the default value ...
The deployed web application suddenly fails to log in to the system. The background tries to restart to see if it can be recovered. It finds that the database connection pool part reported an error du...
When the Spring Festival comes back, it directly prompts the database user to expire, and quickly solve the problem. Find the following article, summed up very well, and turn directly. http://www.jb51...
Oracle an error message:ORA-28001: the password has expired; this is Oracle11g new features, the default password is valid when the Oracle create user is 180 days, over 180 days without making the use...
oracle suddenly Rom! Roughly like this misstatements: But not all the time are being given, sometimes normal, especially in the database immediately after the restart. Went to see the administrator wi...
1. View the default management method of user password select profile from dba_users where username=‘plat’; 1. Check the validity period of the default password management method of the da...
The online service suddenly failed to connect to Oracle, and the service reported a password expiration error. Under normal circumstances, there are two cases of password expiration: 1. Due to the def...
If the Oracle database does not specify a configuration profile, then the default profile used by the user is usually DEFAULT, and the default profile specifies that the validity period of each user p...