<?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>The Pythian Blog &#187; restore</title>
	<atom:link href="http://www.pythian.com/news/tag/restore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Viewing RMAN jobs status and output</title>
		<link>http://www.pythian.com/news/25785/viewing-rma-jobs-status-and-output/</link>
		<comments>http://www.pythian.com/news/25785/viewing-rma-jobs-status-and-output/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 05:10:54 +0000</pubDate>
		<dc:creator>André Araujo</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[gv$rman_output]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[rman]]></category>
		<category><![CDATA[v$]]></category>
		<category><![CDATA[V$BACKUP_SET]]></category>
		<category><![CDATA[V$BACKUP_SET_DETAILS]]></category>
		<category><![CDATA[V$RMAN_BACKUP_JOB_DETAILS]]></category>
		<category><![CDATA[v$rman_output]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=25785</guid>
		<description><![CDATA[Yesterday I was discussing with a fellow DBA about ways to check the status of existing and/or past RMAN jobs. Good backup scripts usually write their output to some sort of log file so, checking the output is usually a straight-forward task. However, backup jobs can be scheduled in many different ways (crontab, Grid Control, [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/25785/viewing-rma-jobs-status-and-output/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Failure scenarios for Your Restore Practice</title>
		<link>http://www.pythian.com/news/18963/failure-scenarios-for-your-restore-practice/</link>
		<comments>http://www.pythian.com/news/18963/failure-scenarios-for-your-restore-practice/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 03:25:20 +0000</pubDate>
		<dc:creator>Gwen Shapira</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=18963</guid>
		<description><![CDATA[This post was inspired by Maris Elsins, who tweeted:  &#8220;Someone gzipped the redo logs of a running no-backups test DB. It was a nice surprise when I tried to start it up after shut immediate :D&#8221; and then &#8220;So the quiz: How do I recover from this situation?&#8221; I solved it with ease, because 3 [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/18963/failure-scenarios-for-your-restore-practice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Applying binary logs without adding to the binary log</title>
		<link>http://www.pythian.com/news/4520/applying-binary-logs-without-adding-to-the-binary-log/</link>
		<comments>http://www.pythian.com/news/4520/applying-binary-logs-without-adding-to-the-binary-log/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 14:48:37 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[binary log]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[mysqlbinlog]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4520</guid>
		<description><![CDATA[Applying binary logs to a MySQL instance is not particularly difficult, using the mysqlbinlog command line utility: $&#62; mysqlbinlog mysql-bin.000003 &#62; 03.sql $&#62; mysql &#60; 03.sql Turning off binary logging for a session is not difficult, from the MySQL commandline, if you authenticate as a user with the SUPER privilege: mysql&#62; SET SESSION sql_log_bin=0; However, [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4520/applying-binary-logs-without-adding-to-the-binary-log/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Let Your Oracle Backups Be Up in the Clouds</title>
		<link>http://www.pythian.com/news/8005/let-your-oracle-backups-be-up-in-the-clouds/</link>
		<comments>http://www.pythian.com/news/8005/let-your-oracle-backups-be-up-in-the-clouds/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:18:54 +0000</pubDate>
		<dc:creator>Alisher Yuldashev</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[OSB]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=8005</guid>
		<description><![CDATA[There are a lot of discussions going on in the Internet regarding whether we can trust third parties to look after our data. I am not going to add fuel to the fire. I am going to show you how simple it is to backup an Oracle database to the Storage Cloud using the Oracle [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/8005/let-your-oracle-backups-be-up-in-the-clouds/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Easier SQL Server Database Restores</title>
		<link>http://www.pythian.com/news/1515/easier-sql-server-database-restores/</link>
		<comments>http://www.pythian.com/news/1515/easier-sql-server-database-restores/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:35:15 +0000</pubDate>
		<dc:creator>André Araujo</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backupmediafamily]]></category>
		<category><![CDATA[backupset]]></category>
		<category><![CDATA[msdb]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/?p=1515</guid>
		<description><![CDATA[Have you ever been asked to restore a database and wondered which backup files were available? And if many were available, which ones you should use, and in which order? Getting familiar with the msdb schema, especially the backupset and backupmediafamily tables, helps to answer that question since all the backup history is stored in [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1515/easier-sql-server-database-restores/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: Automating Database Movement</title>
		<link>http://www.pythian.com/news/1432/sql-server-2005-automating-database-movement/</link>
		<comments>http://www.pythian.com/news/1432/sql-server-2005-automating-database-movement/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 18:39:02 +0000</pubDate>
		<dc:creator>Chris Presley</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Automate Database Movement]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1432/sql-server-2005-automating-database-movement</guid>
		<description><![CDATA[Let&#8217;s say for you want to move a database from one environment (possibly production) to another (possibly development) on a semi-regular basis. After about the 10th time doing it manually, you&#8217;re ready to automate the process. But how? That&#8217;s what I intend to help with in this post. For this example, I&#8217;m running two Virtual [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1432/sql-server-2005-automating-database-movement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maatkit Options for Restoring a Slave or Master</title>
		<link>http://www.pythian.com/news/1156/maatkit-options-for-restoring-a-slave-or-master/</link>
		<comments>http://www.pythian.com/news/1156/maatkit-options-for-restoring-a-slave-or-master/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:32:09 +0000</pubDate>
		<dc:creator>Gerry Narvaja</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[maatkit]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1156/maatkit-options-for-restoring-a-slave-or-master</guid>
		<description><![CDATA[The Maatkit toolkit is a real blessing for the MySQL DBA. And while its documentation is pretty good, in some cases it&#8217;s necessary to read carefully a second and third time to make sure you are not missing an important piece of information. In this article I will comment on mk-table-chksum and mk-table-sync. My comments [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1156/maatkit-options-for-restoring-a-slave-or-master/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Minimize Downtime When Moving to a New SQL Server Environment</title>
		<link>http://www.pythian.com/news/1159/how-to-minimize-downtime-when-moving-to-a-new-sql-server-environment/</link>
		<comments>http://www.pythian.com/news/1159/how-to-minimize-downtime-when-moving-to-a-new-sql-server-environment/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 18:35:45 +0000</pubDate>
		<dc:creator>Michelle Gutzait</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[log-shipping]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1159/how-to-minimize-downtime-when-moving-to-a-new-sql-server-environment</guid>
		<description><![CDATA[I am often asked what ways are there to minimize downtime when upgrading from SQL Server 2000 to SQL Server 2005, or when moving databases to a new (probably bigger and stronger) environment. Well, if you can afford having both&#8211;old environment and new environment in parallel&#8211;this task can be very easy and straightforward&#160;.&#160;.&#160;. Options First, [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1159/how-to-minimize-downtime-when-moving-to-a-new-sql-server-environment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

