login/no_automatic_user_sapstar = 0 SAP*可用
login/no_automatic_user_sapstar = 1 SAP*不可用
解锁SAP*
SQL>update sapsr3.usr02 set uflag = '0' where bname = 'SAP*' and mandt = 'client';
SQL>commit;
还原SAP*默认密码
SQL>delete from sapsr3.usr02 where bname='SAP*' AND mandt='client';
SQL>commit;
oracle修改processes和sessions值
SQL> show parameter processes;
SQL> show parameter sessions;
SQL> alter system set processes=300 scope=spfile;
SQL> alter system set sessions=300 scope=spfile;
SQL> shutdown immediate
SQL> startup
client copy local:SCCL
client copy remote:
1、SCC9
2、SCC8--&gtSTMS--&gtSCC7
client copy 后处理:建议完成client copy后进行系统对比,Tcode:SREPO
批量transport request
1、将源系统trans下data和cofile目录中的所有文件,copy到目标系统的相同目录下
2、tp addtobuffer DEV client= pf=/usr/sap/trans/bin/TP_DOMAIN_DEV.PFL
3、tp import DEV client= pf=/usr/sap/trans/bin/TP_DOMAIN_DEV.PFL U0126
选项U含义
0
 Overtaker:
 Import from the buffer without deleting and set unconditional mode 1 in the buffer to allow another import at the correct location.
1
 During export:
 Ignore the incorrect status of the command file.
  During import:
 Ignore that the change request was already imported.
2
 During export:
 Do not expand the selection with TADIR brackets.
  During import:
 Overwrite the originals.
3
 During import:
 Overwrite system-dependent objects.
6
 During import:
 Overwrite objects in unconfirmed repairs.
8
 During import:
 Ignore restrictions based on table classification.
9
 During import:
 Ignore that the system is locked for this type of transport.
 
 
setup operation modes procedure
1、first create operation mode as empoty contioners with RZ04 and then create distribut
2、setup operation mode period time in t-code: SM63
3、in RZ03 you can chang operation mode manualy or stop/start instance

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26917968/viewspace-722238/,如需转载,请注明出处,否则将追究法律责任。

上一篇: 没有了~
下一篇: PI启停操作1
常用basis操作1
请登录后发表评论 登录
全部评论
<%=items[i].createtime%>

<%=items[i].content%>

<%if(items[i].items.items.length) { %>
<%for(var j=0;j
<%=items[i].items.items[j].createtime%> 回复

<%=items[i].items.items[j].username%>   回复   <%=items[i].items.items[j].tousername%><%=items[i].items.items[j].content%>

<%}%> <%if(items[i].items.total > 5) { %>
还有<%=items[i].items.total-5%>条评论) data-count=1 data-flag=true>点击查看
<%}%>
<%}%> <%}%>
常用basis操作1

注册时间:2012-04-25

  • 博文量
    2
  • 访问量
    1044

最新文章

转载于:http://blog.itpub.net/26917968/viewspace-722238/

相关文章:

  • 2021-08-19
  • 2021-09-21
  • 2022-12-23
  • 2021-08-31
  • 2021-11-06
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2022-01-12
  • 2021-07-22
  • 2021-07-27
  • 2021-07-04
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案