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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [絕對原創] SAP Get User data by User ID
- Connection to x as user y failed: ERROR: Wrong password for userAIError
- Access denied for user 'root'@'localhost' (using password: NO)localhost
- oracle備份指令碼_user_passwordOracle指令碼
- oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法OracleIDE
- Hacked VisualSVN Server by PHP to allow user change passwordServerPHP
- #1045 - Access denied for user 'root'@'localhost' (using password: NO)localhost
- SAP Fiori Positive User Experience
- mysql 1045, "Access denied for user 'root'@'localhost' (using password: NO)"MySqllocalhost
- Maximum No. Of SAP Session Per UserSession
- MYSQL解決error: 'Access denied for user 'root'@'localhost' (using password:MySqlErrorlocalhost
- ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)Errorlocalhost
- 啟動報錯:Access denied for user 'root'@'localhost' (using password:YES)localhost
- java.sql.SQLException: Access denied for user ‘root‘@‘localhost‘ (using password: YES)JavaSQLExceptionlocalhost
- 【MySQL】---1045-Access denied for user 'root'@'localhost'(using password :YES)MySqllocalhost
- oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法的再次試驗-user已經存在但是賦予不同密碼OracleIDE密碼
- CMSEASY /lib/tool/front_class.php、/lib/default/user_act.php arbitrary user password reset vulnerabilityPHP
- SAP的使用者出口(User Exits)
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password:YES)Errorlocalhost
- 報錯”ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO)”Errorlocalhost
- ERROR 1045 (28000): Access denied for user 'root'@'127.0.0.1' (using password: YES)Error127.0.0.1
- oracle 10g oem 報出RemoteOperationException: ERROR: Wrong password for userOracle 10gREMExceptionError
- Hide the User MenuIDE
- MyBatis-maven-User例子-根據id查詢UserMyBatisMaven
- MySQL:You must reset your password using ALTER USER statement before executing this statement.MySql
- SAP S/4HANA key user tool extensibility原理
- SAP EEM End-User Experience Monitoring Central Note
- PRVF-4007 : User equivalence check failed for user "grid"UIAI
- 2.4、User’s guide (Coroutines)GUIIDE
- Linux錯誤 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)LinuxErrorlocalhost
- SpringBoot中yml配置java.sql.SQLException: Access denied for user ‘root‘@‘localhost‘ (using password: NOSpring BootJavaSQLExceptionlocalhost
- MySQL系列:Docker安裝 MySQL提示錯誤:Access denied for user'root'@'localhost' (using password:yes)MySqlDockerlocalhost
- 解決Mysql:ERROR 1045 (28000):Access denied for user ‘root‘@‘localhost‘ (using password: NO)的方法MySqlErrorlocalhost
- tElock XXX 之forgot、heXer修改版脫殼Go
- HANGFG User Guide (Doc ID 362094.1)GUIIDE
- Oracle WebLogic Default Password & Change PasswordOracleWeb
- MySQL 8.0.13 密碼問題 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)MySql密碼Errorlocalhost
- maridb Error 'Operation DROP USER failed forErrorAI