<?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 DB Troubleshooting &#38; Administration &#187; RMAN</title>
	<atom:link href="https://blog.developpez.com/mboubidi/pcategory/rman/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/mboubidi</link>
	<description>this site is intended for Oracle DBAs who encounters errors and bugs to achieve their objectives</description>
	<lastBuildDate>Tue, 06 May 2014 13:29:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Unregister Database RMAN</title>
		<link>https://blog.developpez.com/mboubidi/p12607/rman/unregister-database-rman</link>
		<comments>https://blog.developpez.com/mboubidi/p12607/rman/unregister-database-rman#comments</comments>
		<pubDate>Tue, 06 May 2014 13:29:56 +0000</pubDate>
		<dc:creator><![CDATA[mboubidi]]></dc:creator>
				<category><![CDATA[RMAN]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/mboubidi/?p=17</guid>
		<description><![CDATA[Executez la requete suivante pour avoir le DBID : select dbid,name from v$database; &#160; &#160; &#160; DBID NAME ---------- --------- 1553258961 ORCL connectez a la base de donnée rman avec le user owner bakcup de ma base de donnée ORCL &#8230; <a href="https://blog.developpez.com/mboubidi/p12607/rman/unregister-database-rman">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Executez la requete suivante pour avoir le DBID :</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">select dbid,name from v$database;<br />
<br />
&nbsp; &nbsp; &nbsp; DBID NAME<br />
---------- ---------<br />
1553258961 ORCL</div></div>
<p>connectez a la base de donnée rman avec le user owner bakcup de ma base de donnée ORCL (RMAN_ORCL):</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">select db_key,dbid,name from rman_ORCL.rc_database &nbsp;where dbid ='1553258961'<br />
<br />
350 1553258961&nbsp; ORCL</div></div>
<p>lancez le script suivant pour unregister database :</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">dbms_rcvcat.unregisterdatabase(db_key,db_id);</div></div>
<p>dans notre cas :</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">exec dbms_rcvcat.unregisterdatabase(350,1553258961);<br />
<br />
PL/SQL procedure successfully completed.</div></div>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Oracle pour Netbackup nouvelle Installation</title>
		<link>https://blog.developpez.com/mboubidi/p10790/rman/link_oracle_pour_netbackup_nouvelle_inst</link>
		<comments>https://blog.developpez.com/mboubidi/p10790/rman/link_oracle_pour_netbackup_nouvelle_inst#comments</comments>
		<pubDate>Tue, 06 Mar 2012 10:41:42 +0000</pubDate>
		<dc:creator><![CDATA[mboubidi]]></dc:creator>
				<category><![CDATA[RMAN]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Après une nouvelle installation du Netbackup pour une nouvelle base de donnée (sous UNIX) il faut crée le link pour l’agent Oracle et l’installation de la Library dans le Oracle Home ($ORACLE_HOME/lib). Sans cette installation le RMAN va générer l’erreur &#8230; <a href="https://blog.developpez.com/mboubidi/p10790/rman/link_oracle_pour_netbackup_nouvelle_inst">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Après une nouvelle installation du Netbackup pour une nouvelle base de donnée (sous UNIX) il faut crée le link pour l’agent Oracle et l’installation de la Library dans le Oracle Home ($ORACLE_HOME/lib).<br />
Sans cette installation le RMAN va générer l’erreur suivante :</p>
<p><ins></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">RMAN-00571: =========================================================== <br />
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== <br />
RMAN-00571: =========================================================== <br />
RMAN-03009: failure of allocate command on ch00 channel at 06/25/2010 15:40:02 <br />
ORA-19554: error allocating device, device type: SBT_TAPE, device name: &nbsp;<br />
ORA-27211: Failed to load Media Management Library</div></div>
<p></ins></p>
<p>Alors il faut exécuter la procédure suivante avec le user Oracle:</p>
<p><ins></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">oracle@hostname: /appl/oracle/product/10.2.0.4 /lib &gt;#/usr/openv/netbackup/bin/oracle_link <br />
Fri Jun 25 15:53:05 WAT 2010 <br />
All Oracle instances should be shutdown before running this script. <br />
&nbsp;<br />
Please log into the Unix system as the Oracle owner for running this script <br />
&nbsp;<br />
Do you want to continue? (y/n) [n] y <br />
&nbsp;<br />
&nbsp;<br />
LIBOBK path: /usr/openv/netbackup/bin <br />
ORACLE_HOME: /appl/oracle/product/10.2.0.4 <br />
Oracle version: 10.2.0.4.0 <br />
Linking LIBOBK (64 bits): <br />
ln -s /usr/openv/netbackup/bin/libobk.sl64 /appl/oracle/product/10.2.0.4/lib/libobk.sl <br />
Done <br />
&nbsp;<br />
Please check the trace file located in /tmp/make_trace.27820 &nbsp;<br />
to make sure the linking process was successful. <br />
oracle@hostname: /appl/oracle/product/10.2.0.4/lib &gt;#</div></div>
<p></ins></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
