<?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; oracle tips</title>
	<atom:link href="http://www.netbackuphowto.com/tag/oracle-tips/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-01861: literal does not match format string</title>
		<link>http://www.netbackuphowto.com/2009/01/06/ora-01861-literal-does-not-match-format-string/</link>
		<comments>http://www.netbackuphowto.com/2009/01/06/ora-01861-literal-does-not-match-format-string/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:57:54 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[netbackup]]></category>
		<category><![CDATA[netbackup oracle]]></category>
		<category><![CDATA[netbackup oracle restore tips]]></category>
		<category><![CDATA[netbackup oracle tips]]></category>
		<category><![CDATA[netbackup restore tips]]></category>
		<category><![CDATA[oracle tips]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=209</guid>
		<description><![CDATA[When trying to restore a database to a spesific date, if you&#8217;re having an error like this: RMAN&#62; run { 1&#62; ALLOCATE CHANNEL chtape TYPE &#8216;SBT_TAPE&#8217;; 2&#62; set until time &#8217;2008-11-05:14:30:00&#8242;; 3&#62; SEND &#8216;NB_ORA_CLIENT=realdb_host,NB_ORA_POLICY=rman_realdb,NB_ORA_SERV=veritas,NB_ORA_SCHED=Default-Application-Backup&#8217;; 4&#62; RESTORE CONTROLFILE; 5&#62; RELEASE CHANNEL chtape; 6&#62; } allocated channel: chtape channel chtape: sid=1014 devtype=SBT_TAPE channel chtape: Veritas NetBackup for [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to restore a database to a spesific date, if you&#8217;re having an error like this:</p>
<p><em>RMAN&gt; run {<br />
1&gt; ALLOCATE CHANNEL chtape TYPE &#8216;SBT_TAPE&#8217;;<br />
2&gt; set until time &#8217;2008-11-05:14:30:00&#8242;;<br />
3&gt; SEND &#8216;NB_ORA_CLIENT=realdb_host,NB_ORA_POLICY=rman_realdb,NB_ORA_SERV=veritas,NB_ORA_SCHED=Default-Application-Backup&#8217;;<br />
4&gt; RESTORE CONTROLFILE;<br />
5&gt; RELEASE CHANNEL chtape;<br />
6&gt; }</p>
<p><span id="more-209"></span></p>
<p>allocated channel: chtape<br />
channel chtape: sid=1014 devtype=SBT_TAPE<br />
channel chtape: Veritas NetBackup for Oracle &#8211; Release 6.5 (2008052301)</p>
<p>executing command: SET until clause<br />
released channel: chtape<br />
RMAN-00571: ===========================================================<br />
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============<br />
RMAN-00571: ===========================================================<br />
RMAN-03002: failure of set command at 01/06/2009 15:07:58<br />
ORA-01861: literal does not match format string<br />
</em><br />
This can be caused by your date format. Set your NLS date format accordingly and retry your restore procedure.<br />
/home/oracle&gt; export NLS_DATE_FORMAT=&#8221;YYYY-MM-DD:HH24:MI:SS&#8221;</p>
<p><em><br />
RMAN&gt; run {<br />
1&gt; ALLOCATE CHANNEL chtape TYPE &#8216;SBT_TAPE&#8217;;<br />
2&gt; set until time &#8217;2009-01-05:14:30:00&#8242;;<br />
3&gt; SEND &#8216;NB_ORA_CLIENT=realdb_host,NB_ORA_POLICY=rman_realdb,NB_ORA_SERV=veritas,NB_ORA_SCHED=Default-Application-Backup&#8217;;<br />
3&gt; RESTORE CONTROLFILE;<br />
4&gt; RELEASE CHANNEL chtape;<br />
5&gt; }</em></p>
<p><em><br />
allocated channel: chtape<br />
channel chtape: sid=1014 devtype=SBT_TAPE<br />
channel chtape: Veritas NetBackup for Oracle &#8211; Release 6.5 (2008052301)</p>
<p>executing command: SET until clause<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/01/06/ora-01861-literal-does-not-match-format-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RMAN-03009, ORA-19554, ORA-27211 Errors</title>
		<link>http://www.netbackuphowto.com/2008/12/29/rman-03009-ora-19554-ora-27211-errors/</link>
		<comments>http://www.netbackuphowto.com/2008/12/29/rman-03009-ora-19554-ora-27211-errors/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:52:41 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[libobk]]></category>
		<category><![CDATA[libobk.so]]></category>
		<category><![CDATA[linux oracle tips]]></category>
		<category><![CDATA[oracle tips]]></category>
		<category><![CDATA[sbt_tape]]></category>
		<category><![CDATA[tape tips]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=206</guid>
		<description><![CDATA[If you are having the following Oracle errors on a linux system: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of allocate command on t1 channel at 09/22/2004 11:03:58 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27211: Failed to load Media Management Library You can probably fix this [...]]]></description>
			<content:encoded><![CDATA[<pre>If you are having the following Oracle errors on a linux system:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 09/22/2004 11:03:58
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library

<span id="more-206"></span>

You can probably fix this by linking your oracle library (libobk.so) to netbackup library...

cd $ORACLE_HOME/lib
ln -s /usr/openv/netbackup/bin/libobk.so .
You can use libobk.so64 instead, if you are using an 64-bit operating system...</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2008/12/29/rman-03009-ora-19554-ora-27211-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

