Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7134838
  • 博文数量: 655
  • 博客积分: 10264
  • 博客等级: 上将
  • 技术积分: 8278
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-04 17:47
个人简介

ABAP顾问

文章分类

全部博文(655)

文章存档

2017年(2)

2014年(8)

2013年(3)

2012年(2)

2011年(18)

2010年(102)

2009年(137)

2008年(274)

2007年(134)

分类:

2007-06-28 19:38:03

集团的SAP*用户口令丢失,无法登录系统,其他用户都无法登录或权限不够,处理办法如下:

RZ10修改login/no_automatic_user_sapstar参数文件值为0,如果没有这个参数就添加并把值置为0,登录数据库sqlplus /nolog

connect / as sysdba

delete from sapr3.usr02 where bname='SAP*' and mandt='000';

commit;

然后使用GUI登录系统用户名:SAP*口令:pass 

阅读(5971) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~