Files
WorkNote/KMsoftPLM/二开/Oracle口令过期.md
2025-01-13 11:22:31 +08:00

13 lines
366 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

打开SQL Plus窗口登录SYSTEM账户密码是123
输入如下命令即可
```sql
ALTER USER KKCS_PDM IDENTIFIED BY 123;
ALTER USER KKCS_METADATA IDENTIFIED BY 123;
ALTER USER KKCS_ORG IDENTIFIED BY 123;
ALTER USER KKCS_TASK IDENTIFIED BY 123;
ALTER USER KKCS_FILE IDENTIFIED BY 123;
ALTER USER n_api IDENTIFIED BY 123;
ALTER USER esb IDENTIFIED BY 123;
```