﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-Neil's Blog-文章分类-SAP BASIS</title><link>http://www.cnitblog.com/neil110000/category/4800.html</link><description>Never say die</description><language>zh-cn</language><lastBuildDate>Sat, 08 Oct 2011 04:49:36 GMT</lastBuildDate><pubDate>Sat, 08 Oct 2011 04:49:36 GMT</pubDate><ttl>60</ttl><item><title>AUM</title><link>http://www.cnitblog.com/neil110000/articles/24377.html</link><dc:creator>Neil</dc:creator><author>Neil</author><pubDate>Wed, 21 Mar 2007 06:16:00 GMT</pubDate><guid>http://www.cnitblog.com/neil110000/articles/24377.html</guid><wfw:comment>http://www.cnitblog.com/neil110000/comments/24377.html</wfw:comment><comments>http://www.cnitblog.com/neil110000/articles/24377.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/neil110000/comments/commentRss/24377.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/neil110000/services/trackbacks/24377.html</trackback:ping><description><![CDATA[
		<p>将rollback segment 改为UNDO tablespace.</p>
		<p>参考文档： SAP Note 600141</p>
		<p>SQL&gt; create undo tablespace PSAPUNDO   datafile '/oracle/UP1/sapdata1/undo_1/undo.data1' size 2000 M reuse<br />         autoextend off;   <font color="#ff0000"> (注：不能用SAPDBA建立，否则DB会起不来）</font></p>
		<p>Remark: An Undo tablespace always has the following attributes<br />   - extent management:        LOCAL (LMTS)<br />   - allocation type:          SYSTEM (autoallocate)<br />   - segment space management: MANUAL</p>
		<p>ADD following parameter in  /oracle/UP1/920_64/dbs/initUP1.ora<br /> <br /> undo_tablespace = PSAPUNDO</p>
		<p>undo_retention = 43200 # 12h as start value </p>
		<p>undo_management = AUTO</p>
		<p>
				<br />Delete following lines from initSID.ora </p>
		<p>   Parameter: 'rollback_segments'<br />   Parameter: 'transactions'  <br />   Parameter: 'transactions_per_rollback_segment'<br />   Parameter: 'max_rollback_segments'</p>
		<p>SQL&gt; shutdown immediate;<br />SQL&gt; startup mount;<br />SQL&gt; alter database open;<br />SQL&gt; DROP ROLLBACK SEGMENT &lt;name&gt;;</p>
		<p>DROP ROLLBACK SEGMENT PRS_0;<br />DROP ROLLBACK SEGMENT PRS_1;<br />DROP ROLLBACK SEGMENT PRS_2;<br />DROP ROLLBACK SEGMENT PRS_3;<br />DROP ROLLBACK SEGMENT PRS_4;<br />DROP ROLLBACK SEGMENT PRS_5;<br />DROP ROLLBACK SEGMENT PRS_6;<br />DROP ROLLBACK SEGMENT PRS_7;<br />DROP ROLLBACK SEGMENT PRS_8;<br />DROP ROLLBACK SEGMENT PRS_9;<br />DROP ROLLBACK SEGMENT PRS_10;<br />DROP ROLLBACK SEGMENT PRS_11;<br />DROP ROLLBACK SEGMENT PRS_12;<br />DROP ROLLBACK SEGMENT PRS_13;<br />DROP ROLLBACK SEGMENT PRS_14;<br />DROP ROLLBACK SEGMENT PRS_15;<br />DROP ROLLBACK SEGMENT PRS_16;<br />DROP ROLLBACK SEGMENT PRS_17; <br />DROP ROLLBACK SEGMENT PRS_18;<br />DROP ROLLBACK SEGMENT PRS_19;</p>
		<p>SQL&gt; DROP TABLESPACE PSAPROLL including contents and datafiles;</p>
		<p>手工在操作系统下删除相关的文件目录。</p>
		<p> </p>
<img src ="http://www.cnitblog.com/neil110000/aggbug/24377.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/neil110000/" target="_blank">Neil</a> 2007-03-21 14:16 <a href="http://www.cnitblog.com/neil110000/articles/24377.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SAP Online Help 不能显示</title><link>http://www.cnitblog.com/neil110000/articles/23573.html</link><dc:creator>Neil</dc:creator><author>Neil</author><pubDate>Mon, 05 Mar 2007 02:29:00 GMT</pubDate><guid>http://www.cnitblog.com/neil110000/articles/23573.html</guid><wfw:comment>http://www.cnitblog.com/neil110000/comments/23573.html</wfw:comment><comments>http://www.cnitblog.com/neil110000/articles/23573.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/neil110000/comments/commentRss/23573.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/neil110000/services/trackbacks/23573.html</trackback:ping><description><![CDATA[
		<p>SAP Online Help 不能显示:<br />一、提示该页无法显示<br />处理方法：<br />REGEDIT4   <br />[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]   </p>
		<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]   <br />"MaxAllowedZone"=dword:00000003   <br />"UrlAllowList"=""   </p>
		<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]   <br />"MaxAllowedZone"=dword:00000003   <br />"UrlAllowList"=""  <br /><br />保存为.reg文件并执行。<br /><br />以上一般原因为WINDOWS系统安全补丁造成<br /><br />二、如上述后还有反应，可试试本机的帮助文件能否打开，如不能，则WINDOWS系统问题，可查看HH.exe文件是否可用。<br />三、更新IE到IE7，也会出现某些文件无法显示现象</p>
<img src ="http://www.cnitblog.com/neil110000/aggbug/23573.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/neil110000/" target="_blank">Neil</a> 2007-03-05 10:29 <a href="http://www.cnitblog.com/neil110000/articles/23573.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>