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/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/8433094/viewspace-965568/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值