본문 바로가기
카테고리 없음

[SAP] SAP* 계정 패스워드 초기화 쿼리. How to Reset SAP* Password in Oracle DB

by 초록돌이 2023. 10. 12.

1. ora<sid> account access

 

2. sqlplus / as sysdba

 

3. delete from <db_schema>.usr02 where mandt = '000' and bname = 'SAP*';

 

4. commit;

 

prerequisite

login/no_automatic_user_sapstar = 0 in profile

댓글