<?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>ORATraining Blog &#187; Oracle Database cloning</title>
	<atom:link href="http://www.oratraining.com/blog/category/oracle/database/oracle-database-cloning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oratraining.com/blog</link>
	<description>Not just another Oracle Blog</description>
	<lastBuildDate>Tue, 25 May 2010 12:22:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Operating Systems Endian formats for migrating databases across platforms</title>
		<link>http://www.oratraining.com/blog/2010/04/operating-systems-endian-formats-for-migrating-databases-across-platforms/</link>
		<comments>http://www.oratraining.com/blog/2010/04/operating-systems-endian-formats-for-migrating-databases-across-platforms/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:22:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle DBA]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Oracle Database cloning]]></category>
		<category><![CDATA[cross-platform transportable tablespace]]></category>
		<category><![CDATA[database migration]]></category>
		<category><![CDATA[endian formats]]></category>
		<category><![CDATA[transportable tablespace]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=249</guid>
		<description><![CDATA[Nowadays DBAs face requirements for migrating databases across different platforms like from Windows to Linux or Solaris or vice versa. While doing this we would require to use transportable tablespaces or cross-platform transportable tablespaces. In order to decide whether the migration would be simple or will involve file conversion, following command is used to identify [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays DBAs face requirements for migrating databases across different platforms like from Windows to Linux or Solaris or vice versa. While doing this we would require to use transportable tablespaces or cross-platform transportable tablespaces. In order to decide whether the migration would be simple or will involve file conversion, following command is used to identify platform endian format. If the endian formats are same then the process pretty straightforward.</p>
<blockquote>
<div id="_mcePaste"><span style="font-size: small;"><span style="line-height: normal;"><span style="color: #993300;">SQL&gt; select * from v$transportable_platform order by platform_id;</span></p>
<p><span style="color: #993300;"> </span></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="103" valign="top"><span style="color: #993300;"><strong>PLATFORM_ID</strong></span></td>
<td width="258" valign="top"><span style="color: #993300;"><strong>PLATFORM_NAME</strong></span></td>
<td width="132" valign="top"><span style="color: #993300;"><strong>ENDIAN_FORMAT</strong></span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">1</span></td>
<td width="258" valign="top"><span style="color: #993300;">Solaris[tm] OE (32-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">2</span></td>
<td width="258" valign="top"><span style="color: #993300;">Solaris[tm] OE (64-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">3</span></td>
<td width="258" valign="top"><span style="color: #993300;">HP-UX (64-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">4</span></td>
<td width="258" valign="top"><span style="color: #993300;">HP-UX IA (64-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">5</span></td>
<td width="258" valign="top"><span style="color: #993300;">HP Tru64 UNIX</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">6</span></td>
<td width="258" valign="top"><span style="color: #993300;">AIX-Based Systems (64-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">7</span></td>
<td width="258" valign="top"><span style="color: #993300;">Microsoft Windows IA (32-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">8</span></td>
<td width="258" valign="top"><span style="color: #993300;">Microsoft Windows IA (64-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">9</span></td>
<td width="258" valign="top"><span style="color: #993300;">IBM zSeries Based Linux</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">10</span></td>
<td width="258" valign="top"><span style="color: #993300;">Linux IA (32-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">11</span></td>
<td width="258" valign="top"><span style="color: #993300;">Linux IA (64-bit)</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">12</span></td>
<td width="258" valign="top"><span style="color: #993300;">Microsoft Windows 64-bit for AMD</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">13</span></td>
<td width="258" valign="top"><span style="color: #993300;">Linux 64-bit for AMD</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">14</span></td>
<td width="258" valign="top"><span style="color: #993300;">HP Open VMS</span></td>
<td width="132" valign="top"><span style="color: #993300;">Little</span></td>
</tr>
<tr>
<td width="103" valign="top"><span style="color: #993300;">15</span></td>
<td width="258" valign="top"><span style="color: #993300;">Apple Mac OS</span></td>
<td width="132" valign="top"><span style="color: #993300;">Big</span></td>
</tr>
</tbody>
</table>
<p></span></span></div>
</blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2010%2F04%2Foperating-systems-endian-formats-for-migrating-databases-across-platforms%2F&amp;linkname=Operating%20Systems%20Endian%20formats%20for%20migrating%20databases%20across%20platforms"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2010/04/operating-systems-endian-formats-for-migrating-databases-across-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certified Oracle RAC Scenarios for Oralce eBusiness suite cloning</title>
		<link>http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/</link>
		<comments>http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:02:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloning Oracle Applications]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[Oracle Database cloning]]></category>
		<category><![CDATA[11i]]></category>
		<category><![CDATA[certified]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[rapid clone]]></category>
		<category><![CDATA[rapidclone]]></category>
		<category><![CDATA[release 12]]></category>
		<category><![CDATA[scenarios]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=79</guid>
		<description><![CDATA[(Based on Oracle Metalink note: 783188.1 as on 3-Mar-2009)
This document is divided into the following sections:

Section  1: Terminology
Section  2: Supported Scenarios
Section  3: References

The most up-to-date version of this document can be obtained in Note  783188.1.
Section 1: Terminology
Cloning an Oracle E-Business Suite system  that uses an Oracle Real Application Clusters (Oracle RAC) [...]]]></description>
			<content:encoded><![CDATA[<p>(Based on Oracle Metalink note: 783188.1 as on 3-Mar-2009)</p>
<p>This document is divided into the following sections:</p>
<ul>
<li>Section  1: Terminology</li>
<li>Section  2: Supported Scenarios</li>
<li>Section  3: References</li>
</ul>
<p>The most up-to-date version of this document can be obtained in <a href="https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&amp;id=783188.1&amp;blackframe=1">Note  783188.1</a>.</p>
<h2><strong><a name="Term"></a>Section 1: </strong>Terminology</h2>
<p>Cloning an Oracle E-Business Suite system  that uses an Oracle Real Application Clusters (Oracle RAC) enabled database  involves numerous different technology components and steps, and would therefore  be a complex, error-prone process if carried out manually.</p>
<p>To speed up, simplify, and enhance  reliability of the process, Oracle offers the following tools for use in cloning  RAC Enabled Oracle E-Business Suite systems:</p>
<ul>
<li><strong>Rapid Clone</strong> &#8211; Command-line tool</li>
<li><strong>Oracle Application Management Pack for Oracle E-Business Suite (AMP)</strong> &#8211; GUI-based tool used for automated end-to-end cloning</li>
</ul>
<p>This document provides details of the RAC  scenarios that are currently certified for cloning using these tools. Other  scenarios are planned as shown.</p>
<p><strong>Note: </strong>Scenarios not shown are not  supported.</p>
<h2><strong><span id="more-79"></span><a name="Sup"></a>Section 2: </strong>Supported Scenarios</h2>
<p>The following table illustrates the various cloning permutations that exist  with different versions of Oracle E-Business Suite and its components, operating  system software, and the cloning tools available.</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2" width="29%"></td>
<td colspan="4" width="35%">
<p align="center"><strong>Rapid Clone</strong></p>
</td>
<td colspan="4" width="35%">
<p align="center"><strong>Oracle Application Management Pack  for Oracle E-Business Suite</strong></p>
</td>
</tr>
<tr>
<td width="14%">
<p align="center"><strong>Oracle E-Business Suite  Version</strong></p>
</td>
<td width="14%"><strong>Scenario</strong></td>
<td width="8%"><strong>Status</strong></td>
<td width="8%"><strong>RDBMS Version</strong></td>
<td width="8%"><strong>Cluster File  System</strong></td>
<td width="8%"><strong>Operating System</strong></td>
<td width="8%"><strong>Status</strong></td>
<td width="8%"><strong>RDBMS Version</strong></td>
<td width="8%"><strong>Cluster File  System</strong></td>
<td width="8%"><strong>Operating  System</strong></td>
</tr>
<tr>
<td rowspan="4" width="14%" valign="top">
<p align="center">11<em>i</em></p>
<p align="center">
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">9i</td>
<td width="8%">N/A</td>
<td width="8%">Unix, Linux, Windows</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">
<p align="center">9i</p>
</td>
<td width="8%">
<p align="center">N/A</p>
</td>
<td width="8%">
<p align="center">Unix, Linux, Windows</p>
</td>
<td width="8%">
<p align="center"><strong>Not Supported</strong></p>
</td>
<td width="8%">
<p align="center">N/A</p>
</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
</tr>
<tr>
<td width="14%"><strong>Add Nodes to Existing RAC  Cluster</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">9i</td>
<td width="8%">N/A</td>
<td width="8%">Unix, Linux, Windows</td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">9i</td>
<td width="8%">N/A</td>
<td width="8%">Unix, Linux, Windows</td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
</tr>
<tr>
<td rowspan="3" width="14%" valign="top">
<p align="center">
<p align="center">12.0</p>
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</p>
<p>(Not Tested on Other  Platforms)</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</td>
</tr>
<tr>
<td rowspan="3" width="14%" valign="top">
<p align="center">
<p align="center">12.1.1</p>
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td rowspan="3" width="14%" valign="top">
<p align="center">
<p align="center">12.2</p>
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
</tbody>
</table>
<h5>Key:</h5>
<p>N/A = Not Applicable<br />
TBD = To Be Decided</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Fcertified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning%2F&amp;linkname=Certified%20Oracle%20RAC%20Scenarios%20for%20Oralce%20eBusiness%20suite%20cloning"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
