<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sybase数据库技术，数据库恢复专家 &#187; 跨平台</title>
	<atom:link href="http://www.dbainfo.net/tag/%e8%b7%a8%e5%b9%b3%e5%8f%b0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbainfo.net</link>
	<description>提供Sybase ASE及Sybase SQL Anywhere数据库修复服务，电话：13811580958(微信)，QQ：289965371！We have many years of experience in recovering data from damanged Sybase devices. Contact us by Phone: +86 13811580958 Wechat: 13811580958 Email: 289965371@qq.com</description>
	<lastBuildDate>Sat, 14 Jun 2025 16:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>平台数据库迁移linux &gt;windows</title>
		<link>https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm</link>
		<comments>https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm#comments</comments>
		<pubDate>Thu, 25 Nov 2010 11:47:32 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=864</guid>
		<description><![CDATA[linux x86 平台上的 ASE15.5 的 dat文件，拷贝到windows x86 平台上的ASE15.5中，是可以使用的。 只需要简单的修改master.dat中的device路径即可。 通过更改sysdevices的phyname来实现。 将sysdatabases系统表中status - 64&#160; 之后， 利用dbcc checkdb,dbcc checkalloc,dbcc checkcatalog 检查各个数据库。 没有错误。 说明： linux平台和windows平台的dat文件是通用的。&#160; 迁移时只拷贝数据库设备文件就能完成。 本文链接地址：https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm； 本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载； 转载务必注明原始出处 : Sybase数据库技术，数据库恢复专家； 对《平台数据库迁移linux >windows》有何疑问或见解，请在本文下方发表； 对网站还有其他问题或建议，请提交在留言板，谢谢！ 相关文章2013-07-18 -- 手动创建ASE服务器 (0)2011-12-01 -- oracle11g报TNS-12537和ORA-609问题的解决 (0)2011-12-01 -- linux使用date计算某个月份的天数 (0)2010-12-15 -- Linux 5下安装oracle开始遇见的错误 缺少包libXp-1.0.0-8.i386.rpm (0)2010-09-09 -- 如何用ROOT用户通过SSH连接到SOLARIS (0)2010-08-16 -- linux下光盘的挂载使用 (2)2010-06-21 -- ASE跨平台远程备份 (0)2010-04-09 [...]]]></description>
			<content:encoded><![CDATA[<p>linux x86 平台上的 ASE15.5 的 dat文件，拷贝到windows x86 平台上的ASE15.5中，是可以使用的。 <br />
	只需要简单的修改master.dat中的device路径即可。 通过更改sysdevices的phyname来实现。 </p>
<p>	将sysdatabases系统表中status - 64&nbsp; </p>
<p>	之后， 利用dbcc checkdb,dbcc checkalloc,dbcc checkcatalog 检查各个数据库。 没有错误。 </p>
<p>	说明： linux平台和windows平台的dat文件是通用的。&nbsp; 迁移时只拷贝数据库设备文件就能完成。</p>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm">https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm">平台数据库迁移linux >windows</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2013-07-18 -- <a href="https://www.dbainfo.net/create-ase-server-by-manual.htm" title="手动创建ASE服务器">手动创建ASE服务器</a> (0)</li><li>2011-12-01 -- <a href="https://www.dbainfo.net/oracle11g-tns-12537-and-ora-609-troubleshooting.htm" title="oracle11g报TNS-12537和ORA-609问题的解决">oracle11g报TNS-12537和ORA-609问题的解决</a> (0)</li><li>2011-12-01 -- <a href="https://www.dbainfo.net/linux-date-count-days-of-month.htm" title="linux使用date计算某个月份的天数">linux使用date计算某个月份的天数</a> (0)</li><li>2010-12-15 -- <a href="https://www.dbainfo.net/oracle10g-linux5_4-installer-libxp.htm" title="Linux 5下安装oracle开始遇见的错误 缺少包libXp-1.0.0-8.i386.rpm">Linux 5下安装oracle开始遇见的错误 缺少包libXp-1.0.0-8.i386.rpm</a> (0)</li><li>2010-09-09 -- <a href="https://www.dbainfo.net/solaris-remote-ssh-permitrootlogin.htm" title="如何用ROOT用户通过SSH连接到SOLARIS">如何用ROOT用户通过SSH连接到SOLARIS</a> (0)</li><li>2010-08-16 -- <a href="https://www.dbainfo.net/linux-mount-cdrom.htm" title="linux下光盘的挂载使用">linux下光盘的挂载使用</a> (2)</li><li>2010-06-21 -- <a href="https://www.dbainfo.net/ase-cross-platform-remote-backup.htm" title="ASE跨平台远程备份">ASE跨平台远程备份</a> (0)</li><li>2010-04-09 -- <a href="https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm" title="Sybase15.0.3跨平台恢复过程">Sybase15.0.3跨平台恢复过程</a> (0)</li><li>2009-12-18 -- <a href="https://www.dbainfo.net/install-sybase-at-linux5-4el.htm" title="在linux5.4enterprise下安装sybase成功">在linux5.4enterprise下安装sybase成功</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASE跨平台远程备份</title>
		<link>https://www.dbainfo.net/ase-cross-platform-remote-backup.htm</link>
		<comments>https://www.dbainfo.net/ase-cross-platform-remote-backup.htm#comments</comments>
		<pubDate>Mon, 21 Jun 2010 11:29:24 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[恢复]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=739</guid>
		<description><![CDATA[今天试验了一下不同ASE版本跨平台远程备份数据库的操作。 环境： 源数据端：solaris 10 SPARC 64bit,ASE 12.5.4,称为：server1 目的数据端：windows xp x86,ASE15.0.3，称为：server2 &#160; 任务： 测试将源数据端solaris上的ASE数据库服务器里面的andkylee库远程备份到目的windows-xp机子上。 第一步：在server1的interfaces文件中添加远程服务器条目 在server2的连接接口配置文件%SYBASE%\ini\sql.ini中，备份服务器的名称为：TEST_BS. 在server1的 /db/sybase/ase1254/interfaces中添加: TEST_BS &#160;&#160;&#160;&#160;&#160;&#160;&#160; master tcp ether 192.168.2.173 5001 &#160;&#160;&#160;&#160;&#160;&#160;&#160; query tcp ether 192.168.2.173 5001 &#160; 注意：添加到server1的远程备份服务器名称务必和server2中的备份服务器名称保持一致。 &#160; 第二步：连接上server1的ASE服务器，添加远程备份服务器的条目 isql -Usa -P -Sase1254 sp_addserver TEST_BS 这一步不是必须的！ 第三步：在server1的ASE中执行远程备份命令 dump database andkylee to &#34;d:\andkylee_remote.dmp&#34; at TEST_BS 可以使用stripe on进行远程备份文件分片，最大分片数为32。 如果想压缩远程备份文件的话，必须使用with compression=[0-9]选项；兼容选项compress::只支持本地备份。 最后检查，在远程服务器server2上D盘发现有远程备份生成的文件：andkylee_remote.dmp。 远程备份数据库操作完成！ [...]]]></description>
			<content:encoded><![CDATA[<p>今天试验了一下不同ASE版本跨平台远程备份数据库的操作。</p>
<p><strong>环境：</strong></p>
<p>源数据端：solaris 10 SPARC 64bit,ASE 12.5.4,称为：server1</p>
<p>目的数据端：windows xp x86,ASE15.0.3，称为：server2</p>
<p>&nbsp;</p>
<p><strong>任务：</strong></p>
<p>测试将源数据端solaris上的ASE数据库服务器里面的andkylee库远程备份到目的windows-xp机子上。</p>
<p><strong><span style="font-size: medium;"><br />
	</span> </strong></p>
<p><strong>第一步：在server1的interfaces文件中添加远程服务器条目<br />
	</strong></p>
<p>在server2的连接接口配置文件%SYBASE%\ini\sql.ini中，备份服务器的名称为：TEST_BS.</p>
<p>在server1的 /db/sybase/ase1254/interfaces中添加:</p>
<blockquote>
<p>TEST_BS<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; master tcp ether 192.168.2.173 5001<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; query tcp ether 192.168.2.173 5001</p>
</blockquote>
<p>&nbsp;</p>
<p>注意：添加到server1的远程备份服务器名称务必和server2中的备份服务器名称保持一致。</p>
<p>&nbsp;</p>
<p><strong>第二步：连接上server1的ASE服务器，添加远程备份服务器的条目<br />
	</strong></p>
<p>isql -Usa -P -Sase1254</p>
<blockquote>
<p><strong>sp_addserver TEST_BS</strong></p>
</blockquote>
<p><span style="color:#f00;">这一步不是必须的！<br />
	</span></p>
<p><strong>第三步：在server1的ASE中执行远程备份命令<br />
	</strong></p>
<blockquote>
<p><strong>dump database andkylee to &quot;d:\andkylee_remote.dmp&quot; at TEST_BS</strong></p>
</blockquote>
<p>可以使用stripe on进行远程备份文件分片，最大分片数为32。</p>
<p><span style="color:#f00;">如果想压缩远程备份文件的话，必须使用with compression=[0-9]选项；兼容选项compress::只支持本地备份。<br />
	</span></p>
<p>最后检查，在远程服务器server2上D盘发现有远程备份生成的文件：andkylee_remote.dmp。 远程备份数据库操作完成！</p>
<p>&nbsp;</p>
<p>&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-<br />
	&mdash;- 本文为andkylee个人原创，请在尊重作者劳动成果的前提下进行转载；<br />
	&mdash;- 转载务必注明原始出处 :<a href="../" target="_blank" title="http://www.dbainfo.net"> http://www.dbainfo.net</a><br />
	&mdash;- 关键字：ase cross-platform dump load solaris windows 跨平台 远程 备份恢复<br />
	&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-</p>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/ase-cross-platform-remote-backup.htm">https://www.dbainfo.net/ase-cross-platform-remote-backup.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/ase-cross-platform-remote-backup.htm">ASE跨平台远程备份</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2010-04-09 -- <a href="https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm" title="Sybase15.0.3跨平台恢复过程">Sybase15.0.3跨平台恢复过程</a> (0)</li><li>2019-04-12 -- <a href="https://www.dbainfo.net/sybase-ase-asa-recovery-service.htm" title="Sybase ASE及SQL Anywhere数据库修复专家">Sybase ASE及SQL Anywhere数据库修复专家</a> (0)</li><li>2019-04-11 -- <a href="https://www.dbainfo.net/sql-server-recovery-service.htm" title="SQL Server 数据库修复专家SQLRescue">SQL Server 数据库修复专家SQLRescue</a> (0)</li><li>2013-06-02 -- <a href="https://www.dbainfo.net/recovery-tools" title="Sybase数据库恢复工具">Sybase数据库恢复工具</a> (0)</li><li>2013-06-02 -- <a href="https://www.dbainfo.net/2120.htm" title=""></a> (0)</li><li>2012-06-22 -- <a href="https://www.dbainfo.net/introduce-sql-anywhere-recovery-tool-readasadb.htm" title="Sybase SQL Anywhere(ASA)数据库非常规恢复工具">Sybase SQL Anywhere(ASA)数据库非常规恢复工具</a> (0)</li><li>2010-12-13 -- <a href="https://www.dbainfo.net/sqlserver2005-reinstall-sql-engine.htm" title="SQL Server 2005系统数据库master重建、修复">SQL Server 2005系统数据库master重建、修复</a> (0)</li><li>2010-11-25 -- <a href="https://www.dbainfo.net/cross-platform-migrate-device-file-from-linux-to-windows.htm" title="平台数据库迁移linux >windows">平台数据库迁移linux >windows</a> (0)</li><li>2010-10-19 -- <a href="https://www.dbainfo.net/database-backup-strategy-delete-n-days-ago-files-for.htm" title="数据库备份策略中删除N天前的备份文件">数据库备份策略中删除N天前的备份文件</a> (0)</li><li>2010-08-11 -- <a href="https://www.dbainfo.net/sybase-ase-auto-backup-shell-scripts-at-unix-linux.htm" title="sybase ASE在unix&#038;linux上的自动备份脚本">sybase ASE在unix&#038;linux上的自动备份脚本</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/ase-cross-platform-remote-backup.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sybase15.0.3跨平台恢复过程</title>
		<link>https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm</link>
		<comments>https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm#comments</comments>
		<pubDate>Fri, 09 Apr 2010 09:36:58 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[ASE]]></category>
		<category><![CDATA[恢复]]></category>
		<category><![CDATA[跨平台]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=276</guid>
		<description><![CDATA[演示一次sybase ASE15.0.3跨平台备份恢复的过程。 源数据库版本为： 1&#62; select @@version 2&#62; go &#160;----------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ ---------------------------------------------------------------------------- &#160;Adaptive Server Enterprise/15.0.3/EBF 16738 ESD#2/P/NT (IX86)/Windows 2003/ase1 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 503/2708/32-bit/OPT/Mon Jul 27 20:19:56 2009 &#160; 目的数据库版本为： 1&#62; select @@version 2&#62; go &#160;----------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ ---------------------------------------------------------------------------- &#160;Adaptive Server Enterprise/15.0.3/EBF 16548 ESD#1/P/Sun_svr4/OS 5.8/ase1503/268 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0/64-bit/FBO/Thu Mar&#160; 5 09:39:28 2009 &#160; 跨平台恢复的详细过程如下： (1). 检查欲备份的数据库testdb的完整性，利用checkdb和checkalloc 1&#62; dbcc traceon(3604) 2&#62; go [...]]]></description>
			<content:encoded><![CDATA[<p>演示一次sybase ASE15.0.3跨平台备份恢复的过程。</p>
<p>源数据库版本为：</p>
<blockquote>
<p>1&gt; select @@version<br />
		2&gt; go<br />
		&nbsp;-----------------------------------------------------------------------------------------<br />
		------------------------------------------------------------------------------------------<br />
		----------------------------------------------------------------------------<br />
		&nbsp;Adaptive Server Enterprise/15.0.3/EBF 16738 ESD#2/P/NT (IX86)/Windows 2003/ase1<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 503/2708/32-bit/OPT/Mon Jul 27 20:19:56 2009<br />
		&nbsp;</p>
</blockquote>
<p>目的数据库版本为：</p>
<blockquote>
<p>1&gt; select @@version<br />
		2&gt; go<br />
		&nbsp;-----------------------------------------------------------------------------------------<br />
		------------------------------------------------------------------------------------------<br />
		----------------------------------------------------------------------------<br />
		&nbsp;Adaptive Server Enterprise/15.0.3/EBF 16548 ESD#1/P/Sun_svr4/OS 5.8/ase1503/268<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/64-bit/FBO/Thu Mar&nbsp; 5 09:39:28 2009<br />
		&nbsp;</p>
</blockquote>
<p>跨平台恢复的详细过程如下：</p>
<p>(1). 检查欲备份的数据库testdb的完整性，利用checkdb和checkalloc</p>
<blockquote>
<p>1&gt; dbcc traceon(3604)<br />
		2&gt; go<br />
		1&gt; dbcc checkdb(testdb)<br />
		2&gt; go<br />
		1&gt; dbcc checkalloc(testdb)<br />
		2&gt; go</p>
</blockquote>
<p>(2). 将数据库testdb设置为单用户模式</p>
<blockquote>
<p>1&gt; use master<br />
		2&gt; go<br />
		1&gt; sp_dboption testdb,&quot;single&quot;,true<br />
		2&gt; go</p>
</blockquote>
<p>(3). 清空testdb的日志，并设置检查点</p>
<blockquote>
<p>1&gt; dump tran testdb with no_log<br />
		2&gt; go<br />
		1&gt; checkpoint<br />
		2&gt; go</p>
</blockquote>
<p>(4). 将属于数据库testdb的脏页写到磁盘上面去，并发出检查点命令。 在发出sp_flushstats系统过程后要等待一段时间，保证数据库有足够的时间把页面信息刷新到磁盘上。</p>
<blockquote>
<p>1&gt; sp_flushstats<br />
		2&gt; go<br />
		1&gt; checkpoint<br />
		2&gt; go</p>
</blockquote>
<p>(5). 备份数据库testdb</p>
<blockquote>
<p>1&gt; dump database testdb to &quot;d:\testdb-20100409.dmp&quot;<br />
		2&gt; go</p>
</blockquote>
<p>(6). 利用ftp服务器将备份出来的testdb-20100409.dmp文件拷贝到solaris服务器上。</p>
<p>(7).用isql连接到目的数据库服务器上面，执行恢复命令</p>
<blockquote>
<p>1&gt; load database testdb from &quot;/app/sybdata/testdb-20100409.dmp&quot;<br />
		2&gt; go</p>
</blockquote>
<p>(8). 将目的数据库服务器中的testdb调整成在线。</p>
<blockquote>
<p>1&gt; online database testdb<br />
		2&gt; go</p>
</blockquote>
<p>(9). 进入testdb，执行sp_post_xpload系统存储过程来重建用户表的索引。</p>
<blockquote>
<p>1&gt; use testdb<br />
		2&gt; go&nbsp; <br />
		1&gt; sp_post_xpload<br />
		2&gt; go&nbsp; </p>
</blockquote>
<p>至此，跨平台备份恢复过程完成！</p>
<p>补充：以下为load database过程显示的所有的反馈信息。</p>
<blockquote>
<p>1&gt; sp_helpdb&nbsp; testdb<br />
		2&gt; go<br />
		&nbsp;name&nbsp;&nbsp; db_size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; owner dbid created&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status<br />
		&nbsp;------ ------------- ----- ---- ------------ -------------<br />
		&nbsp;testdb&nbsp;&nbsp;&nbsp;&nbsp; 1300.0 MB sa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 Apr 09, 2010 don&#39;t recover<br />
		(1 row affected)<br />
		&nbsp;device_fragments&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; usage<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; created&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; free kbytes<br />
		&nbsp;------------------------------ ------------- --------------------<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ------------------------- ----------------<br />
		&nbsp;testdb_dat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000.0 MB data only<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Apr&nbsp; 9 2010&nbsp; 7:05PM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1016720<br />
		&nbsp;testdb_log&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 300.0 MB log only<br />
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Apr&nbsp; 9 2010&nbsp; 7:05PM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; not applicable<br />
		Msg 921, Level 14, State 2:<br />
		Server &#39;SYB_NFJD_TEST&#39;, Procedure &#39;sp_helpdb&#39;, Line 588:<br />
		Database &#39;testdb&#39; has not been recovered yet - please wait and try again.<br />
		&nbsp;--------------------------------------------------------------<br />
		&nbsp;log only free kbytes = 0<br />
		(return status = 0)<br />
		1&gt; load database testdb from &quot;/app/sybdata/testdb-20100409.dmp&quot;<br />
		2&gt; go<br />
		Backup Server session id is:&nbsp; 19.&nbsp; Use this value when executing the<br />
		&#39;sp_volchanged&#39; system stored procedure after fulfilling any volume change<br />
		request from the Backup Server.<br />
		Backup Server: 6.28.1.1: Dumpfile name &#39;scourt5100990F2E6&#39; section number 1<br />
		mounted on disk file &#39;/app/sybdata/testdb-20100409.dmp&#39;<br />
		Backup Server: 4.188.1.1: Database testdb: 23940 kilobytes (1%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 58630 kilobytes (4%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 93320 kilobytes (7%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 127118 kilobytes (9%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 151180 kilobytes (11%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 172814 kilobytes (12%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 194448 kilobytes (14%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 216082 kilobytes (16%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 237716 kilobytes (17%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 259350 kilobytes (19%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 280984 kilobytes (21%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 302618 kilobytes (22%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 324252 kilobytes (24%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 345886 kilobytes (25%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 367520 kilobytes (27%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 389154 kilobytes (29%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 409636 kilobytes (30%) LOADED.<br />
		Backup Server: 4.188.1.1: Database testdb: 409646 kilobytes (100%) LOADED.<br />
		Backup Server: 3.42.1.1: LOAD is complete (database testdb).<br />
		Started cross-platform conversion for database testdb.<br />
		Started cross-platform conversion for system objects.<br />
		Cross-platform conversion for database testdb: 672 pages completed.<br />
		Completed cross-platform conversion for system objects.<br />
		Started cross-platform conversion for user objects.<br />
		Cross-platform conversion for database testdb: 10073 pages completed.<br />
		Cross-platform conversion for database testdb: 20273 pages completed.<br />
		Cross-platform conversion for database testdb: 30458 pages completed.<br />
		Cross-platform conversion for database testdb: 40604 pages completed.<br />
		Cross-platform conversion for database testdb: 50796 pages completed.<br />
		Cross-platform conversion for database testdb: 60924 pages completed.<br />
		Cross-platform conversion for database testdb: 71117 pages completed.<br />
		Cross-platform conversion for database testdb: 81317 pages completed.<br />
		Cross-platform conversion for database testdb: 91517 pages completed.<br />
		Cross-platform conversion for database testdb: 101717 pages completed.<br />
		Completed cross-platform conversion for user objects.<br />
		Started cross-platform conversion for log records.<br />
		Cross-platform conversion for database testdb: 11119 pages completed.<br />
		Completed cross-platform conversion for log records.<br />
		Completed cross-platform conversion for database testdb.<br />
		Caution:&nbsp; You have set up this database to include space on disk 5 for both data<br />
		and the transaction log.&nbsp; This can make recovery impossible if that disk fails.<br />
		All dumped pages have been loaded. ASE is now clearing pages above page 102400,<br />
		which were not present in the database just loaded.<br />
		ASE has finished clearing database pages.<br />
		Started estimating recovery log boundaries for database &#39;testdb&#39;.<br />
		Database &#39;testdb&#39;, checkpoint=(79128, 0), first=(79128, 0), last=(79128, 0).<br />
		Completed estimating recovery log boundaries for database &#39;testdb&#39;.<br />
		Started ANALYSIS pass for database &#39;testdb&#39;.<br />
		Completed ANALYSIS pass for database &#39;testdb&#39;.<br />
		Started REDO pass for database &#39;testdb&#39;. The total number of log records to<br />
		process is 1.<br />
		Completed REDO pass for database &#39;testdb&#39;.<br />
		Use the ONLINE DATABASE command to bring this database online; ASE will not<br />
		bring it online automatically.<br />
		1&gt; online database testdb<br />
		2&gt; go<br />
		Started estimating recovery log boundaries for database &#39;testdb&#39;.<br />
		Database &#39;testdb&#39;, checkpoint=(79128, 0), first=(79128, 0), last=(79128, 0).<br />
		Completed estimating recovery log boundaries for database &#39;testdb&#39;.<br />
		Started ANALYSIS pass for database &#39;testdb&#39;.<br />
		Completed ANALYSIS pass for database &#39;testdb&#39;.<br />
		Recovery of database &#39;testdb&#39; will undo incomplete nested top actions.<br />
		Checking table &#39;sysstatistics&#39; (object ID 24): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysstatistics_24&#39; (partition ID 24) of table<br />
		&#39;sysstatistics&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysstatistics&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		(1 row affected)<br />
		(1 row affected)<br />
		(485 rows affected)<br />
		(1 row affected)<br />
		(57 rows affected)<br />
		(1 row affected)<br />
		(16 rows affected)<br />
		(1 row affected)<br />
		(3 rows affected)<br />
		(1 row affected)<br />
		(0 rows affected)<br />
		(915 rows affected)<br />
		Checking table &#39;sysobjects&#39; (object ID 1): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysobjects_1&#39; (partition ID 1) of table &#39;sysobjects&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysobjects&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysindexes&#39; (object ID 2): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysindexes_2&#39; (partition ID 2) of table &#39;sysindexes&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysindexes&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;syscolumns&#39; (object ID 3): Logical page size is 4096 bytes.<br />
		Checking partition &#39;syscolumns_3&#39; (partition ID 3) of table &#39;syscolumns&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;syscolumns&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;systypes&#39; (object ID 4): Logical page size is 4096 bytes.<br />
		Checking partition &#39;systypes_4&#39; (partition ID 4) of table &#39;systypes&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;systypes&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysprocedures&#39; (object ID 5): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysprocedures_5&#39; (partition ID 5) of table &#39;sysprocedures&#39;.<br />
		The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysprocedures&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;syscomments&#39; (object ID 6): Logical page size is 4096 bytes.<br />
		Checking partition &#39;syscomments_6&#39; (partition ID 6) of table &#39;syscomments&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;syscomments&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;syssegments&#39; (object ID 7): Logical page size is 4096 bytes.<br />
		Checking partition &#39;syssegments_7&#39; (partition ID 7) of table &#39;syssegments&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The table &#39;syssegments&#39; has no indexes.<br />
		Checking table &#39;syslogs&#39; (object ID 8): Logical page size is 4096 bytes.<br />
		Checking partition &#39;syslogs_8&#39; (partition ID <img src='https://www.dbainfo.net/wp-content/uploads/image/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> of table &#39;syslogs&#39;. The logical<br />
		page size of this table is 4096 bytes.<br />
		*** NOTICE: Space used on the log segment is 101 pages (0.39 MB), 0.39%.<br />
		*** NOTICE: Space reserved on the log segment is 0 pages (0.00 MB), 0.00%.<br />
		*** NOTICE: Space free on the log segment is 25499 pages (99.61 MB), 99.61%.<br />
		The table &#39;syslogs&#39; has no indexes.<br />
		Checking table &#39;sysprotects&#39; (object ID 9): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysprotects_9&#39; (partition ID 9) of table &#39;sysprotects&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysprotects&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysusers&#39; (object ID 10): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysusers_10&#39; (partition ID 10) of table &#39;sysusers&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysusers&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysalternates&#39; (object ID 11): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysalternates_11&#39; (partition ID 11) of table<br />
		&#39;sysalternates&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysalternates&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysdepends&#39; (object ID 12): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysdepends_12&#39; (partition ID 12) of table &#39;sysdepends&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysdepends&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;syskeys&#39; (object ID 13): Logical page size is 4096 bytes.<br />
		Checking partition &#39;syskeys_13&#39; (partition ID 13) of table &#39;syskeys&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;syskeys&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysgams&#39; (object ID 14): Logical page size is 4096 bytes.<br />
		The total number of data pages in this table is 8.<br />
		The indexes for &#39;sysgams&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysusermessages&#39; (object ID 15): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;csysusermessages_15&#39; (partition ID 15) of table<br />
		&#39;sysusermessages&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysusermessages&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		Checking table &#39;sysreferences&#39; (object ID 16): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysreferences_16&#39; (partition ID 16) of table<br />
		&#39;sysreferences&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysreferences&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysconstraints&#39; (object ID 17): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;sysconstraints_17&#39; (partition ID 17) of table<br />
		&#39;sysconstraints&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysconstraints&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		Checking table &#39;systhresholds&#39; (object ID 18): Logical page size is 4096 bytes.<br />
		Checking partition &#39;systhresholds_18&#39; (partition ID 18) of table<br />
		&#39;systhresholds&#39;. The logical page size of this table is 4096 bytes.<br />
		The table &#39;systhresholds&#39; has no indexes.<br />
		Checking table &#39;sysroles&#39; (object ID 19): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysroles_19&#39; (partition ID 19) of table &#39;sysroles&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysroles&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysattributes&#39; (object ID 21): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysattributes_21&#39; (partition ID 21) of table<br />
		&#39;sysattributes&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysattributes&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysslices&#39; (object ID 22): Logical page size is 4096 bytes.<br />
		Checking partition &#39;csysslices_22&#39; (partition ID 22) of table &#39;sysslices&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysslices&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;systabstats&#39; (object ID 23): Logical page size is 4096 bytes.<br />
		Checking partition &#39;systabstats_23&#39; (partition ID 23) of table &#39;systabstats&#39;.<br />
		The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;systabstats&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysstatistics&#39; (object ID 24): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysstatistics_24&#39; (partition ID 24) of table<br />
		&#39;sysstatistics&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysstatistics&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysxtypes&#39; (object ID 25): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysxtypes_25&#39; (partition ID 25) of table &#39;sysxtypes&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysxtypes&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysjars&#39; (object ID 26): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysjars_26&#39; (partition ID 26) of table &#39;sysjars&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysjars&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;sysqueryplans&#39; (object ID 27): Logical page size is 4096 bytes.<br />
		Checking partition &#39;sysqueryplans_27&#39; (partition ID 27) of table<br />
		&#39;sysqueryplans&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;sysqueryplans&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;syspartitions&#39; (object ID 28): Logical page size is 4096 bytes.<br />
		Checking partition &#39;syspartitions_28&#39; (partition ID 28) of table<br />
		&#39;syspartitions&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;syspartitions&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		Checking table &#39;syspartitionkeys&#39; (object ID 29): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;syspartitionkeys_29&#39; (partition ID 29) of table<br />
		&#39;syspartitionkeys&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;syspartitionkeys&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		Checking table &#39;sysencryptkeys&#39; (object ID 98): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;sysencryptkeys_98&#39; (partition ID 98) of table<br />
		&#39;sysencryptkeys&#39;. The logical page size of this table is 4096 bytes.<br />
		Msg 9989, Level 16, State 1:<br />
		Server &#39;SYB_NFJD_TEST&#39;, Line 1:<br />
		The number of deleted rows (65535) in the page header of DOL datapage 633,<br />
		partition ID 98 is incorrect. This value cannot be negative.<br />
		One or more indexes are corrupt.&nbsp; They will be rebuilt.<br />
		There are 0.000000 rows in 1 pages for object &#39;sysencryptkeys&#39;.<br />
		Clustered index &#39;csysencryptkeys&#39; (ID = 2) successfully restored for object<br />
		&#39;sysencryptkeys&#39; in &#39;testdb&#39; database.<br />
		(50 rows affected)<br />
		(0 rows affected)<br />
		(0 rows affected)<br />
		WARNING: One or more indexes on user tables may have been marked as &#39;suspect&#39;<br />
		making these indexes unusable. Use the sp_post_xpload stored procedure to check<br />
		and rebuild these indexes.<br />
		Database &#39;testdb&#39; is now online.<br />
		1&gt; use testdb<br />
		2&gt; go<br />
		1&gt; sp_indsuspect<br />
		2&gt; go<br />
		Suspect indexes in database testdb:<br />
		&nbsp;Own.Tab.Ind (Obj_ID, Ind_ID)<br />
		&nbsp;-----------------------------------------------------------------------------------------<br />
		------------------------------------------------------------------------------------------<br />
		------------------------------------------------------------------------------------------<br />
		------------------------------------------------------------------------------------------<br />
		------------------------------------------------------------------------------------------<br />
		---------------------------------------------------------------<br />
		&nbsp;testuser.S_OFFICE.S_OFFICE_IND1_x (395145422, 2)<br />
		&nbsp;dbo.office.unique_indx_officeid (439669583, 2)<br />
		&nbsp;testuser.S_USER.S_USER_IND1_x (699146505, 2)<br />
		&nbsp;testuser.S_USER.S_USER_IND2_x (699146505, 3)<br />
		&nbsp;dbo.devices.abc (704002508, 2)<br />
		&nbsp;dbo.databases.abc (736002622, 2)<br />
		&nbsp;dbo.usages.abcd (768002736, 2)<br />
		&nbsp;testuser.LAN_PAGENO_RANGE.aaaaa (788194827, 2)<br />
		&nbsp;dbo.pbcattbl.pbcattbl_idx (800002850, 2)<br />
		&nbsp;dbo.pbcatcol.pbcatcol_idx (848003021, 2)<br />
		&nbsp;dbo.pbcatfmt.pbcatfmt_idx (896003192, 2)<br />
		&nbsp;testuser.LAN_SYS_syscolumns.LAN_SYS_syscolumns (1012195625, 2)<br />
		&nbsp;testuser.WF_EFORM.PK_WF_EFORM_x (1019147645, 2)<br />
		&nbsp;testuser.LAN_SYS_sysobjects.LAN_SYS_sysobjects (1060195796, 2)<br />
		&nbsp;testuser.ARCHIVES.PK_ARCHIVES_x (1084527866, 2)<br />
		&nbsp;<br />
		&nbsp;/**************************************************<br />
		&nbsp;<br />
		&nbsp;省略一部分表的索引............<br />
		&nbsp;**************************************************/<br />
		&nbsp;<br />
		&nbsp;testuser.LAN_SYS_sysindexes.LAN_SYS_sysindexes (1108195967, 2)<br />
		&nbsp;dbo.PartitionTestTable.idx_PartitionTestTable_id (1223672376, 2)<br />
		&nbsp;dbo.PartitionTestTable.idx_PartitionTestTable_name (1223672376, 3)<br />
		&nbsp;dbo.test3.idx_test3_id (1351672832, 2)<br />
		&nbsp;dbo.test4.idx_test4_id (1399673003, 2)<br />
		&nbsp;testuser.LAN_sysdevices.namesss (1828198532, 2)<br />
		&nbsp;testuser.LAN_sysusages.pk_lan_sysusages (1892198760, 2)<br />
		&nbsp;testuser.LAN_sysdatabases.pk_lan_sysdatabases (1940198931, 2)<br />
		&nbsp;dbo.lzftest.idx_lzftest_id (1975675055, 2)<br />
		&nbsp;testuser.Usertype_relation.Idx_Usertype_relation (2020199216, 2)<br />
		Msg 17870, Level 16, State 1:<br />
		Server &#39;SYB_NFJD_TEST&#39;, Procedure &#39;sp_autoformat&#39;, Line 267:<br />
		Table &#39;#temp1&#39; does not exist in database &#39;tempdb&#39;.<br />
		(return status = 0)<br />
		1&gt;<br />
		2&gt; sp_post_xpload<br />
		3&gt; go<br />
		sp_post_xpload: Processing table AIX_PAGENOS (1/419)<br />
		sp_post_xpload: Processing table AIX_PAGENO_RANGE (2/419)<br />
		sp_post_xpload: Processing table AIX_SYS_syscolumns (3/419)<br />
		sp_post_xpload: Processing table AIX_SYS_sysindexes (4/419)<br />
		sp_post_xpload: Processing table AIX_SYS_sysobjects (5/419)<br />
		sp_post_xpload: Processing table AJDACG (6/419)<br />
		sp_post_xpload: Processing table AJDAJY (7/419)<br />
		sp_post_xpload: Processing table AJGDB (8/419)<br />
		Checking table &#39;AJGDB&#39; (object ID 796526840): Logical page size is 4096 bytes.<br />
		Checking partition &#39;AJGDB_796526840&#39; (partition ID 796526840) of table &#39;AJGDB&#39;.<br />
		The logical page size of this table is 4096 bytes.<br />
		One or more indexes are corrupt.&nbsp; They will be rebuilt.<br />
		There are 127204.000000 rows in 10481 pages for object &#39;AJGDB&#39;.<br />
		Non-clustered index &#39;PK_AJGDB_x&#39; (ID = 2) successfully restored for object<br />
		&#39;AJGDB&#39; in &#39;testdb&#39; database.<br />
		There are 127204.000000 rows in 10481 pages for object &#39;AJGDB&#39;.<br />
		Non-clustered index &#39;INDX_AJGDB_SN_x&#39; (ID = 3) successfully restored for object<br />
		&#39;AJGDB&#39; in &#39;testdb&#39; database.<br />
		There are 127204.000000 rows in 10481 pages for object &#39;AJGDB&#39;.<br />
		Non-clustered index &#39;PK_AJGDB_SN_x&#39; (ID = 4) successfully restored for object<br />
		&#39;AJGDB&#39; in &#39;testdb&#39; database.<br />
		sp_post_xpload: Processing table ARCHIVES (15/419)<br />
		Checking table &#39;ARCHIVES&#39; (object ID 1084527866): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;ARCHIVES_1084527866&#39; (partition ID 1084527866) of table<br />
		&#39;ARCHIVES&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;ARCHIVES&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table CASES_SXGG (118/419)<br />
		sp_post_xpload: Processing table CASES_TB (119/419)<br />
		sp_post_xpload: Processing table CASES_TJGL (120/419)<br />
		sp_post_xpload: Processing table CASES_WS (121/419)<br />
		sp_post_xpload: Processing table CASES_XS1 (122/419)<br />
		sp_post_xpload: Processing table CASES_XS2 (123/419)<br />
		sp_post_xpload: Processing table CASES_XSBHR (124/419)<br />
		sp_post_xpload: Processing table CASES_XSFDMSSSZX (125/419)<br />
		sp_post_xpload: Processing table CASES_XZ1 (126/419)<br />
		sp_post_xpload: Processing table CASES_XZBG (127/419)<br />
		sp_post_xpload: Processing table CASES_YS (128/419)<br />
		sp_post_xpload: Processing table CASES_ZBGZB (129/419)<br />
		sp_post_xpload: Processing table CASES_ZHENGR (130/419)<br />
		sp_post_xpload: Processing table CASES_ZHESJG (131/419)<br />
		sp_post_xpload: Processing table CASES_ZHESJGYJ (132/419)<br />
		sp_post_xpload: Processing table CASES_ZJ (133/419)<br />
		sp_post_xpload: Processing table CASES_ZJLT (134/419)<br />
		sp_post_xpload: Processing table CASES_ZX1 (135/419)<br />
		Checking table &#39;DATACODE&#39; (object ID 1189576245): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;DATACODE_1189576245&#39; (partition ID 1189576245) of table<br />
		&#39;DATACODE&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;DATACODE&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table DB_10 (146/419)<br />
		sp_post_xpload: Processing table DB_11 (147/419)<br />
		sp_post_xpload: Processing table DB_5 (148/419)<br />
		sp_post_xpload: Processing table DB_6 (149/419)<br />
		sp_post_xpload: Processing table DB_7 (150/419)<br />
		sp_post_xpload: Processing table DB_8 (151/419)<br />
		sp_post_xpload: Processing table DB_9 (152/419)<br />
		sp_post_xpload: Processing table DGKJZMX (153/419)<br />
		sp_post_xpload: Processing table DSR (154/419)<br />
		.........................<br />
		sp_post_xpload: Processing table LAN_PAGENOS (243/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB10 (244/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB11 (245/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB5 (246/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB6 (247/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB7 (248/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB8 (249/419)<br />
		sp_post_xpload: Processing table LAN_PAGENOS_DB9 (250/419)<br />
		sp_post_xpload: Processing table LAN_PAGENO_RANGE (251/419)<br />
		Checking table &#39;LAN_PAGENO_RANGE&#39; (object ID 788194827): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;LAN_PAGENO_RANGE_788194827&#39; (partition ID 788194827) of<br />
		table &#39;LAN_PAGENO_RANGE&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_PAGENO_RANGE&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table LAN_PAGENO_RANGE2 (252/419)<br />
		sp_post_xpload: Processing table LAN_PAGENO_RANGE3 (253/419)<br />
		sp_post_xpload: Processing table LAN_SYS_syscolumns (254/419)<br />
		Checking table &#39;LAN_SYS_syscolumns&#39; (object ID 1012195625): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;LAN_SYS_syscolumns_1012195625&#39; (partition ID 1012195625) of<br />
		table &#39;LAN_SYS_syscolumns&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_SYS_syscolumns&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table LAN_SYS_sysindexes (255/419)<br />
		Checking table &#39;LAN_SYS_sysindexes&#39; (object ID 1108195967): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;LAN_SYS_sysindexes_1108195967&#39; (partition ID 1108195967) of<br />
		table &#39;LAN_SYS_sysindexes&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_SYS_sysindexes&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table LAN_SYS_sysobjects (256/419)<br />
		Checking table &#39;LAN_SYS_sysobjects&#39; (object ID 1060195796): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;LAN_SYS_sysobjects_1060195796&#39; (partition ID 1060195796) of<br />
		table &#39;LAN_SYS_sysobjects&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_SYS_sysobjects&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table LAN_sysdatabases (257/419)<br />
		Checking table &#39;LAN_sysdatabases&#39; (object ID 1940198931): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;LAN_sysdatabases_1940198931&#39; (partition ID 1940198931) of<br />
		table &#39;LAN_sysdatabases&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_sysdatabases&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table LAN_sysdevices (258/419)<br />
		Checking table &#39;LAN_sysdevices&#39; (object ID 1828198532): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;LAN_sysdevices_1828198532&#39; (partition ID 1828198532) of<br />
		table &#39;LAN_sysdevices&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_sysdevices&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table LAN_sysusages (259/419)<br />
		Checking table &#39;LAN_sysusages&#39; (object ID 1892198760): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;LAN_sysusages_1892198760&#39; (partition ID 1892198760) of table<br />
		&#39;LAN_sysusages&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;LAN_sysusages&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table PartitionTestTable (271/419)<br />
		Checking table &#39;PartitionTestTable&#39; (object ID 1223672376): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;zhang&#39; (partition ID 1239672433) of table<br />
		&#39;PartitionTestTable&#39;. The logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;liu&#39; (partition ID 1255672490) of table<br />
		&#39;PartitionTestTable&#39;. The logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;wang&#39; (partition ID 1271672547) of table<br />
		&#39;PartitionTestTable&#39;. The logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;li&#39; (partition ID 1287672604) of table &#39;PartitionTestTable&#39;.<br />
		The logical page size of this table is 4096 bytes.<br />
		One or more indexes are corrupt.&nbsp; They will be rebuilt.<br />
		There are 262144.000000 rows in 1082 pages for object &#39;PartitionTestTable&#39;.<br />
		Non-clustered index &#39;idx_PartitionTestTable_id&#39; (ID = 2) successfully restored<br />
		for object &#39;PartitionTestTable&#39; in &#39;testdb&#39; database.<br />
		There are 262144.000000 rows in 1082 pages for object &#39;PartitionTestTable&#39;.<br />
		Non-clustered index &#39;idx_PartitionTestTable_name&#39; (ID = 3) successfully restored<br />
		for object &#39;PartitionTestTable&#39; in &#39;testdb&#39; database.<br />
		sp_post_xpload: Processing table S_OFFICE (346/419)<br />
		Checking table &#39;S_OFFICE&#39; (object ID 395145422): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;PK_S_OFFICE_x_395145422&#39; (partition ID 395145422) of table<br />
		&#39;S_OFFICE&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;S_OFFICE&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table Usertype_relation (364/419)<br />
		Checking table &#39;Usertype_relation&#39; (object ID 2020199216): Logical page size is<br />
		4096 bytes.<br />
		Checking partition &#39;Usertype_relation_2020199216&#39; (partition ID 2020199216) of<br />
		table &#39;Usertype_relation&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;Usertype_relation&#39; are already correct.&nbsp; They will not be<br />
		rebuilt.<br />
		sp_post_xpload: Processing table databases (395/419)<br />
		Checking table &#39;databases&#39; (object ID 736002622): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;databases_736002622&#39; (partition ID 736002622) of table<br />
		&#39;databases&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;databases&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table devices (396/419)<br />
		Checking table &#39;devices&#39; (object ID 704002508): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;devices_704002508&#39; (partition ID 704002508) of table<br />
		&#39;devices&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;devices&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table employee (397/419)<br />
		sp_post_xpload: Processing table employee_bak (398/419)<br />
		sp_post_xpload: Processing table kqjcb (399/419)<br />
		sp_post_xpload: Processing table lzftest (400/419)<br />
		Checking table &#39;lzftest&#39; (object ID 1975675055): Logical page size is 4096<br />
		bytes.<br />
		&nbsp;/**************************************************<br />
		&nbsp;<br />
		&nbsp;省略一部分表的索引重建过程............<br />
		&nbsp;**************************************************/<br />
		Checking partition &#39;li&#39; (partition ID 1991675112) of table &#39;lzftest&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;liu&#39; (partition ID 2007675169) of table &#39;lzftest&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;wang&#39; (partition ID 2023675226) of table &#39;lzftest&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;zhang&#39; (partition ID 2039675283) of table &#39;lzftest&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		Checking partition &#39;zhu&#39; (partition ID 2071675397) of table &#39;lzftest&#39;. The<br />
		logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;lzftest&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table office (401/419)<br />
		Checking table &#39;office&#39; (object ID 439669583): Logical page size is 4096 bytes.<br />
		Checking partition &#39;office_439669583&#39; (partition ID 439669583) of table<br />
		&#39;office&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;office&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table office_bak (402/419)<br />
		sp_post_xpload: Processing table pbcatcol (403/419)<br />
		Checking table &#39;pbcatcol&#39; (object ID 848003021): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;pbcatcol_848003021&#39; (partition ID 848003021) of table<br />
		&#39;pbcatcol&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;pbcatcol&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table pbcatedt (404/419)<br />
		sp_post_xpload: Processing table pbcatfmt (405/419)<br />
		Checking table &#39;pbcatfmt&#39; (object ID 896003192): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;pbcatfmt_896003192&#39; (partition ID 896003192) of table<br />
		&#39;pbcatfmt&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;pbcatfmt&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table pbcattbl (406/419)<br />
		Checking table &#39;pbcattbl&#39; (object ID 800002850): Logical page size is 4096<br />
		bytes.<br />
		Checking partition &#39;pbcattbl_800002850&#39; (partition ID 800002850) of table<br />
		&#39;pbcattbl&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;pbcattbl&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table pbcatvld (407/419)<br />
		sp_post_xpload: Processing table syscolumn (408/419)<br />
		sp_post_xpload: Processing table sysobjects1 (409/419)<br />
		sp_post_xpload: Processing table temp2 (410/419)<br />
		sp_post_xpload: Processing table temptbl (411/419)<br />
		sp_post_xpload: Processing table test (412/419)<br />
		sp_post_xpload: Processing table test (413/419)<br />
		sp_post_xpload: Processing table test2 (414/419)<br />
		sp_post_xpload: Processing table test3 (415/419)<br />
		Checking table &#39;test3&#39; (object ID 1351672832): Logical page size is 4096 bytes.<br />
		Checking partition &#39;pk_test3_id_1351672832&#39; (partition ID 1351672832) of table<br />
		&#39;test3&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;test3&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table test4 (416/419)<br />
		Checking table &#39;test4&#39; (object ID 1399673003): Logical page size is 4096 bytes.<br />
		Checking partition &#39;pk_test4_id_1399673003&#39; (partition ID 1399673003) of table<br />
		&#39;test4&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;test4&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		sp_post_xpload: Processing table testtimestamp (417/419)<br />
		sp_post_xpload: Processing table testvarchar (418/419)<br />
		sp_post_xpload: Processing table usages (419/419)<br />
		Checking table &#39;usages&#39; (object ID 768002736): Logical page size is 4096 bytes.<br />
		Checking partition &#39;usages_768002736&#39; (partition ID 768002736) of table<br />
		&#39;usages&#39;. The logical page size of this table is 4096 bytes.<br />
		The indexes for &#39;usages&#39; are already correct.&nbsp; They will not be rebuilt.<br />
		(return status = 0)<br />
		1&gt; sp_indsuspect<br />
		2&gt; go<br />
		There are no suspect indexes in database testdb.<br />
		(return status = 0)<br />
		1&gt;<br />
		&nbsp;</p>
</blockquote>
<p>&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-<br />
	&mdash;- 本文为andkylee个人原创，请在尊重作者劳动成果的前提下进行转载；<br />
	&mdash;- 转载务必注明原始出处 :<a href="https://www.dbainfo.net/" target="_blank" title="http://www.dbainfo.net"> http://www.dbainfo.net</a><br />
	&mdash;- 关键字： ASE 15.0.3 跨平台 备份 恢复 Solaris windows<br />
	&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-</p>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm">https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm">Sybase15.0.3跨平台恢复过程</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2019-04-12 -- <a href="https://www.dbainfo.net/sybase-ase-asa-recovery-service.htm" title="Sybase ASE及SQL Anywhere数据库修复专家">Sybase ASE及SQL Anywhere数据库修复专家</a> (0)</li><li>2013-06-02 -- <a href="https://www.dbainfo.net/recovery-tools" title="Sybase数据库恢复工具">Sybase数据库恢复工具</a> (0)</li><li>2013-06-02 -- <a href="https://www.dbainfo.net/2120.htm" title=""></a> (0)</li><li>2010-06-21 -- <a href="https://www.dbainfo.net/ase-cross-platform-remote-backup.htm" title="ASE跨平台远程备份">ASE跨平台远程备份</a> (0)</li><li>2019-04-11 -- <a href="https://www.dbainfo.net/sql-server-recovery-service.htm" title="SQL Server 数据库修复专家SQLRescue">SQL Server 数据库修复专家SQLRescue</a> (0)</li><li>2015-01-16 -- <a href="https://www.dbainfo.net/one-way-to-recover-master-configuration-area.htm" title="master数据库配置区域(configuration area)损坏的一种修复方法">master数据库配置区域(configuration area)损坏的一种修复方法</a> (1)</li><li>2014-10-10 -- <a href="https://www.dbainfo.net/ase-object-name-length-limit.htm" title="ASE对象名称长度限制">ASE对象名称长度限制</a> (0)</li><li>2014-06-09 -- <a href="https://www.dbainfo.net/count_all_tables_rowcount.htm" title="统计用户数据库内所有表的行数">统计用户数据库内所有表的行数</a> (0)</li><li>2013-11-19 -- <a href="https://www.dbainfo.net/showplan_html_format.htm" title="以HTML格式显示ASE查询计划">以HTML格式显示ASE查询计划</a> (0)</li><li>2013-11-11 -- <a href="https://www.dbainfo.net/ase-15-0-3-for-windows-installation5.htm" title="Sybase ASE 15.0.3 for windows平台安装文档 – 5、安装后的配置工作">Sybase ASE 15.0.3 for windows平台安装文档 – 5、安装后的配置工作</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/sybase1503-cross-platform-recovery.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
