Oracle method to change user password: First open the [pl/sql] graphical tool; then log in and use SQL statements to change the password; finally, before connecting to the database, open the system service and connect to the database.
Oracle method to change user password:
Use pl/sql graphical tool to modify
1. Using graphical tools to modify is easier than using the command line. Let’s use Oracle’s most popular graphical tool pl/sql, as shown in the figure below:
2. Then we log in and use SQL statements to change the password. The login interface is as follows:
3. Remember to open the system first before connecting to the database. service, otherwise the database cannot be connected, as shown in the following figure:
Related learning recommendations: oracle database learning tutorial
The above is the detailed content of How to change user password in oracle?. For more information, please follow other related articles on the PHP Chinese website!