添加 '数据库/oracle/修改密码.md'
This commit is contained in:
parent
46f415e739
commit
8c4c62b227
1 changed files with 8 additions and 0 deletions
8
数据库/oracle/修改密码.md
Normal file
8
数据库/oracle/修改密码.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
### 1.查询用户
|
||||
```sql
|
||||
select username from dba_users;
|
||||
```
|
||||
### 2.修改密码
|
||||
```sql
|
||||
alter user xxx identified by xxxx;
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue