<?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>NuxOra - Linux and Oracle IT website &#187; Shell</title>
	<atom:link href="http://www.nuxora.com/tags/languages/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nuxora.com</link>
	<description>Admistration, configuration, déploiement, optimisation et tuning.</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:46:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Générer un rapport AWR</title>
		<link>http://www.nuxora.com/2008/09/03/91/</link>
		<comments>http://www.nuxora.com/2008/09/03/91/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 23:47:37 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2008/09/03/91/</guid>
		<description><![CDATA[J&#8217;ai recu une demande pour savoir comment générer un rapport AWR sous Oracle. Voici un petit exemple pour se connecter à la base et générer un AWR en mode test [root@nuxora01 ~]# su - oracle [oracle@nuxora01 ~]$ export ORACLE_SID=nuxodb [oracle@nuxora01 ~]$ sqlplus system@nuxodb SQL*Plus: Release 10.2.0.1.0 - Production on Sun Aug 31 08:40:22 2008 Copyright [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2008/09/03/91/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nagios &#8211; demarrage &amp; arret</title>
		<link>http://www.nuxora.com/2008/03/30/nagios-demarrage-arret/</link>
		<comments>http://www.nuxora.com/2008/03/30/nagios-demarrage-arret/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 19:25:17 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Supervision]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2008/03/30/nagios-demarrage-arret/</guid>
		<description><![CDATA[&#62;&#62;&#62; I. Test et verification Nagios adopte une configuration modulaire, il n&#8217;est pas rare d&#8217;oublier le definition d&#8217;un contact, oublier une parenthese,&#8230;. Pour tester votre configuration actuelle de Nagios executer /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Voici le resultat: $/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios 2.9 Copyright (c) 1999-2007 Ethan Galstad (http://www.nagios.org) Last Modified: 04-10-2007 License: GPL Reading configuration data&#8230; [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2008/03/30/nagios-demarrage-arret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log SQL results</title>
		<link>http://www.nuxora.com/2007/09/21/log-sql-results/</link>
		<comments>http://www.nuxora.com/2007/09/21/log-sql-results/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 10:40:43 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/09/21/log-sql-results/</guid>
		<description><![CDATA[If you&#8217;d like to log the result from a sql script, just prepare your sql script like that:spool result.log SET SERVEROUTPUT ON select * from dual; spool off exit Then from a command line or a script shell execute the following command: # sqlplus user/pwd@db_name @script.sql]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/09/21/log-sql-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
