How to change user password in oracle?
Answer / Gopal Krishna
To change a user's password in Oracle, use the `ALTER USER` command. Here's an example:
```sql
ALTER USER existing_user IDENTIFIED BY new_password;
```
Replace `existing_user` with the name of the user you want to change the password for and `new_password` with the desired new password.
| Is This Answer Correct ? | 0 Yes | 0 No |
query optmization techniques and quwry analyser+projects+ppts
How can you use check constraints for self referential integrity?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
what is the scenario where you take the database to NoArchivelog mode?
How to define a variable of a specific record type?
How to start a specific oracle instance?
What is a snapshot log?
How to handle a single quote in oracle sql?
What is a connect identifier?
How can you merge two tables in oracle?
How to change program global area (pga) in oracle?
Can you have more than one content canvas view attached with a window ?