Forgot Password for user id SAP*
First make sure the profile includes the parameter: login/no_automatic_user_sapstar = 0, which means in a client, user sap* will be created automatically if there is no user sap* in this client.
Then delete the user sap* from the user table in sqlplus in command environment, the commands are as following:
C:>set ORACLE_SID = S01
C:>sqlplus /nolog
SQL*Plus: Release 9.0.1.0.1 - Production on 星期三 1月 12 19:42:08 2005
(c) Copyright 2001 Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> select bname, mandt from sapsr3.usr02 where bname=’SAP*’ and mandt=’800’;
//***SAPR3.usr02 if R/3****//
BNAME
---------------------------------------------------------------
MANDT
------------------------------------------
SAP*
800
SQL> delete from sapsr3.usr02 where bname=’SAP*’ and mandt=’800’;
One row is deleted
SQL>exit.
OK, now the user SAP* will be created with password ‘PASS’.
[@more@]Forgot Password for user id SAP*
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8433094/viewspace-965568/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql 1045, "Access denied for user 'root'@'localhost' (using password: NO)"MySqllocalhost
- MyBatis-maven-User例子-根據id查詢UserMyBatisMaven
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password:YES)Errorlocalhost
- 啟動報錯:Access denied for user 'root'@'localhost' (using password:YES)localhost
- 報錯”ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO)”Errorlocalhost
- java.sql.SQLException: Access denied for user ‘root‘@‘localhost‘ (using password: YES)JavaSQLExceptionlocalhost
- Linux錯誤 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)LinuxErrorlocalhost
- MySQL:You must reset your password using ALTER USER statement before executing this statement.MySql
- Caused by: java.sql.SQLException: Access denied for user 'dell-pc'@'xxxxx' (using password: YES)JavaSQLException
- 解決Mysql:ERROR 1045 (28000):Access denied for user ‘root‘@‘localhost‘ (using password: NO)的方法MySqlErrorlocalhost
- SpringBoot中yml配置java.sql.SQLException: Access denied for user ‘root‘@‘localhost‘ (using password: NOSpring BootJavaSQLExceptionlocalhost
- MySQL 8.0.13 密碼問題 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)MySql密碼Errorlocalhost
- Navicat遠端連線MySQL 提示1045 - Access denied for user 'root'@'223.74.158.192'(using password:YES)MySql
- MySQL系列:Docker安裝 MySQL提示錯誤:Access denied for user'root'@'localhost' (using password:yes)MySqlDockerlocalhost
- SAP S/4HANA key user tool extensibility原理
- mac os x 安裝mysql遇到 Access denied for user ‘root‘@‘localhost‘ (using password: YES)的解決方法MacMySqllocalhost
- SAP Commerce Cloud 裡的 User 模型和 Restriction 的關係Cloud模型REST
- SAP Cloud for Customer(C4C)後臺ABAP系統的System ID和client IDCloudclient
- Django中的函式make_password、set_password和check_passwordDjango函式
- SQLSTATE[HY000] [1045] Access denied for user ‘root‘@‘localhost‘ (using password: YES)”錯誤的隱藏解決辦法SQLlocalhost
- no-wwwtl622com17008768000-password never prompt for password
- SAP CRM One order裡user status和system status的mapping邏輯APP
- SAP PM 入門系列9 – PM模組的User-Exits & BADIs
- vue專案中連線MySQL時,報錯ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password:YES)VueMySqlErrorlocalhost
- 如何使用Key User Tool擴充套件SAP S/4HANA Fiori UI套件UI
- iOS Password AutoFilliOS
- Password Storage - UserDetailsAI
- SAP 電商雲 Spartacus UI Cart ID 的 local storage 儲存UI
- oracle user$Oracle
- URL password 屬性
- scp without interative password
- PRVF-4007 : User equivalence check failed for user "grid"UIAI
- SAP BSP和JSP頁面裡UI元素的ID生成邏輯JSUI
- SAP CRM Settype COM_TA_R3_ID的對映邏輯
- SAP CRM產品主資料ID的生成邏輯介紹
- 快速瞭解:user-valid和:user-invalid
- php password_hash password_verify 加密驗證不需要saltPHP加密
- audit by user by table
- Vue @user 元件Vue元件