<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>NuxOra - Linux and Oracle IT website</title>
	<link>http://www.nuxora.com</link>
	<description>Admistration, configuration, déploiement, optimisation et tuning.</description>
	<lastBuildDate>Wed, 30 Apr 2008 06:08:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CV update</title>
		<description><![CDATA[A short post to update my CV link, which was refreshed because i&#8217;m back in north of France in Lille.
Please, read my CV and feel free to contact me.
]]></description>
		<link>http://www.nuxora.com/2008/03/24/cv-update/</link>
			</item>
	<item>
		<title>Startup and Shutdown Options</title>
		<description><![CDATA[When everything is ok, you should do like that:
startup
 STARTUP OPEN PFILE=%ORACLE_BASE%\admin\nuxoradb\pfile\init.ora
 shutdown
 CONNECT system/manager@nuxoradb AS SYSDBA
SHUTDOWN NORMAL
The OPEN option starts the instance, reads the control file, attaches the database, and then opens it.
The OPEN option is the default option, it is not mandatory to write it.
The NORMAL option will wait for users to log [...]]]></description>
		<link>http://www.nuxora.com/2008/02/02/startup-and-shutdown-options/</link>
			</item>
	<item>
		<title>Happy new year 2008</title>
		<description><![CDATA[Je vous souhaite une bonne et heureuse année 2008, santé bonheur et réussite.
Le site a été en pause pendant deux mois, comme mes autres sites d&#8217;ailleurs. J&#8217;espere reprendre un meilleure rythme et bien rester axé sur Linux et Oracle avec des nouveaux posts dédiés à RAC.
L&#8217;autre news de ce post est la mise à jour [...]]]></description>
		<link>http://www.nuxora.com/2008/01/31/happy-new-year-2008/</link>
			</item>
	<item>
		<title>Oracle got a Wiki</title>
		<description><![CDATA[All is said in the post title, Oracle has launched a wiki.
This official public oracle wiki will permit to share content, information dealing with oracle technologies, with a very collaboratively tool, just try it [Oracle&#8217;s WiKi]
]]></description>
		<link>http://www.nuxora.com/2007/11/22/oracle-got-a-wiki/</link>
			</item>
	<item>
		<title>Fedora 8</title>
		<description><![CDATA[La derniere version de Fedora est sortie le 8 novembre. Originalité de cette version, en plus de la version &#8220;full&#8221; traditionnelle, elle se présente sous trois angles différents:
- Fedora Games Spin : un Live DVD rempli de jeux 2D et 3D (Nexuiz, Quake, Freeciv, Nethack &#8230;)
- Fedora Developer Spin : un Live DVD qui contient [...]]]></description>
		<link>http://www.nuxora.com/2007/11/14/fedora-8/</link>
			</item>
	<item>
		<title>Log SQL results</title>
		<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>
		<link>http://www.nuxora.com/2007/09/21/log-sql-results/</link>
			</item>
	<item>
		<title>TouchGraph tool</title>
		<description><![CDATA[Of course you&#8217;be been using google for a while&#8230; but instead of reading the results, it would also be interesting to see it and see the related websites to yours or see the most relevant websites (linked to each others) dealing with a word or an expression.
For exemple, here is the result for nuxora.com :

Try [...]]]></description>
		<link>http://www.nuxora.com/2007/09/06/touchgraph-tool/</link>
			</item>
	<item>
		<title>Nagios 3.0 beta 3</title>
		<description><![CDATA[I&#8217;ve tried to use Nagios 3.0 b2 but there was a problem with the mail, this was corrected with a new beta release. You should download it if you were using the beta 2 version
Donwload Nagios
]]></description>
		<link>http://www.nuxora.com/2007/08/31/nagios-30-beta-3/</link>
			</item>
	<item>
		<title>Nagios 3.0 beta2</title>
		<description><![CDATA[The new realse of Nagios 3 was released today. It fixes some bugs and add improvments to the new host logic check.
As soon as the new version will be available, a tutorial will be published about Nagios 3.
Visit:
Nagios.org
]]></description>
		<link>http://www.nuxora.com/2007/08/29/nagios-30-beta2/</link>
			</item>
	<item>
		<title>XenSource - made in Citrix</title>
		<description><![CDATA[En vacances, quelques jours et je decouvre que Xen a été rachté par Citrix. Le point positif montre l&#8217;importance aujourd&#8217;hui des solutions de virtualisation et le serieux de la solution XenSource. Le point négatif réside dans le flou concernat le cote open-source de Xen, en effet dans les différentes annonces faites sur le sujet, des [...]]]></description>
		<link>http://www.nuxora.com/2007/08/20/xensource-made-in-citrix/</link>
			</item>
	<item>
		<title>Oracle Database 11g Launch</title>
		<description><![CDATA[Oracle is going to launch today Oracle Database 11g
On Oracle website you can join a live webcast about this new version. it will be at 10 a.m. ET
We had to wait 4 long years to have these 482 new features with data compression for example or hot patching (that sounds great) or new RAC possibilities:
Oracle11g [...]]]></description>
		<link>http://www.nuxora.com/2007/07/11/oracle-database-11g-launch/</link>
			</item>
	<item>
		<title>Awstats on Tomcat</title>
		<description><![CDATA[
I&#8217;ve found this little tutorial two years ago and it helps me a lot with awstats on tomcat, i hope it can be useful for you&#8230;.
AwStats 
Author: John Smith (first website found) it seems to have a mirror here 

Tomcat statistics
Requirements

Perl 5.2 or above 
Tomcat 5 (I can&#8217;t see any reason for Tomcat 4 not [...]]]></description>
		<link>http://www.nuxora.com/2007/07/10/awstats-on-tomcat/</link>
			</item>
</channel>
</rss>
