<?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>NetBackup HOWTO&#039;s &#187; rman</title>
	<atom:link href="http://www.netbackuphowto.com/tag/rman/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netbackuphowto.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Aug 2011 14:15:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ORA-16038 ORA-19809 ORA-00312 errors</title>
		<link>http://www.netbackuphowto.com/2009/04/02/ora-16038-ora-19809-ora-00312-errors/</link>
		<comments>http://www.netbackuphowto.com/2009/04/02/ora-16038-ora-19809-ora-00312-errors/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:50:46 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[backup troubleshooting]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle troubleshooting]]></category>
		<category><![CDATA[rman]]></category>
		<category><![CDATA[rman backup]]></category>
		<category><![CDATA[rman troubleshooting]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=314</guid>
		<description><![CDATA[When trying to startup an oracle instance on a Catalog Database, if you are facing errors like the following: SQL&#62; startup ORACLE instance started. Total System Global Area  643219456 bytes Fixed Size                  2105256 bytes Variable Size             419430488 bytes Database Buffers          213909504 bytes Redo Buffers                7774208 bytes Database mounted. ORA-16038: log 1 sequence# 619 cannot be [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to startup an oracle instance on a Catalog Database, if you are facing errors like the following:</p>
<p><span id="more-314"></span></p>
<p>SQL&gt; startup<br />
ORACLE instance started.</p>
<p>Total System Global Area  643219456 bytes<br />
Fixed Size                  2105256 bytes<br />
Variable Size             419430488 bytes<br />
Database Buffers          213909504 bytes<br />
Redo Buffers                7774208 bytes<br />
Database mounted.<br />
ORA-16038: log 1 sequence# 619 cannot be archived<br />
ORA-19809: limit exceeded for recovery files<br />
ORA-00312: online log 1 thread 1:<br />
&#8216;/app/oracle/product/11g/databases/redo01.log&#8217;</p>
<p>The reason is your flash recovery area is full, you need to increase it. Try the following:</p>
<p>1. Startup your database if not already, it will give the same error&#8230;</p>
<p>2. Alter your database, then shutdown and startup again.</p>
<pre>sqlplus "/ as sysdba"
alter system set DB_RECOVERY_FILE_DEST_SIZE = 10g;
System altered.
SQL&gt; shutdown immediate;
SQL&gt; startup
ORACLE instance started.

Total System Global Area  643219456 bytes
Fixed Size                  2105256 bytes
Variable Size             419430488 bytes
Database Buffers          213909504 bytes
Redo Buffers                7774208 bytes
Database mounted.
Database opened.
SQL&gt; quit</pre>
<pre></pre>
<p>Try your rman backups again, and they shoould work&#8230;</p>
<pre></pre>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/04/02/ora-16038-ora-19809-ora-00312-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Convert an Oracle RMAN Template to Script</title>
		<link>http://www.netbackuphowto.com/2008/12/24/howto-convert-an-oracle-rman-template-to-script/</link>
		<comments>http://www.netbackuphowto.com/2008/12/24/howto-convert-an-oracle-rman-template-to-script/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 15:29:28 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Netbackup Howto]]></category>
		<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Oracle Backup]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[convert template to script]]></category>
		<category><![CDATA[netbackup]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle for windows backup]]></category>
		<category><![CDATA[rman]]></category>
		<category><![CDATA[rman script]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=198</guid>
		<description><![CDATA[If you are having difficulty in a stuation like this: You have a unix based netbackup master server and have an windows server with oracle that you want to backup through rman catalog backup, but you are unable to use the templates created by the &#8220;Backup, Archive and Restore&#8221; application on windows. On your windows [...]]]></description>
			<content:encoded><![CDATA[<p>If you are having difficulty in a stuation like this:</p>
<p>You have a unix based netbackup master server and have an windows server with oracle that you want to backup through rman catalog backup, but you are unable to use the templates created by the &#8220;Backup, Archive and Restore&#8221; application on windows.</p>
<p><span id="more-198"></span></p>
<p>On your windows server, you can convert your templates to rman scripts using the following line&#8230;</p>
<p>c:\Program Files\Veritas\Netbackup\bin\bpdbsbora -backup -g Full_backup.cmd -t Full_backup.tpl</p>
<p>Now you can enter this script on unix side as a backup selection script&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2008/12/24/howto-convert-an-oracle-rman-template-to-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

