<?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; Oracle Database</title>
	<atom:link href="http://www.nuxora.com/tags/database/oracle-database/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>Lister et arreter un job Oracle</title>
		<link>http://www.nuxora.com/2008/10/22/lister-et-arreter-un-job-oracle/</link>
		<comments>http://www.nuxora.com/2008/10/22/lister-et-arreter-un-job-oracle/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:41:30 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2008/10/22/lister-et-arreter-un-job-oracle/</guid>
		<description><![CDATA[Un petite question posée par mail il y a peu: Pour lister les jobs SQL&#62; connect system/xxx SQL&#62; select job, schema_user, next_date, what from dba_jobs; JOB    SCHEMA_USER    NEXT_DATE     WHAT ------ -------------- ---------     -------------------- 1      SYSMAN         19-OCT-08     EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); 100    CRM            19-OCT-08     CRM_PROCS(); 101    STAT           19-OCT-08     STAT_JOB_PROCS(); Pour supprimer un job SQL&#62; exec dbms_job.remove(215); PL/SQL procedure successfully [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2008/10/22/lister-et-arreter-un-job-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Startup and Shutdown Options</title>
		<link>http://www.nuxora.com/2008/02/02/startup-and-shutdown-options/</link>
		<comments>http://www.nuxora.com/2008/02/02/startup-and-shutdown-options/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 17:59:54 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2008/02/02/startup-and-shutdown-options/</guid>
		<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 [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2008/02/02/startup-and-shutdown-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Database 11g Launch</title>
		<link>http://www.nuxora.com/2007/07/11/oracle-database-11g-launch/</link>
		<comments>http://www.nuxora.com/2007/07/11/oracle-database-11g-launch/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 22:47:37 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/07/11/oracle-database-11g-launch/</guid>
		<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 [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/07/11/oracle-database-11g-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 11g will be launched the 11 July</title>
		<link>http://www.nuxora.com/2007/06/20/oracle-11g-will-be-launched-the-11-july/</link>
		<comments>http://www.nuxora.com/2007/06/20/oracle-11g-will-be-launched-the-11-july/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 23:22:12 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/06/20/oracle-11g-will-be-launched-the-11-july/</guid>
		<description><![CDATA[It&#8217;s now official, Oracle has announced the release of Oracle 11g on 11th July 2007. Since last October and the OpenWorld conference, Oracle was anouncing this new version. A lots of new features will be avalaible in this 11g version. That will be detailed on a future post. Of course i&#8217;m sure you notice that [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/06/20/oracle-11g-will-be-launched-the-11-july/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle&#8217;s Certification Matrices</title>
		<link>http://www.nuxora.com/2007/06/08/oracles-certification-matrices/</link>
		<comments>http://www.nuxora.com/2007/06/08/oracles-certification-matrices/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 12:07:30 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/06/08/oracles-certification-matrices/</guid>
		<description><![CDATA[Because i didn&#8217;t find it quickly, i&#8217;d just want to publish this very useful link to publish this access to the Certify &#8211; Oracle&#8217;s Certification Matrices: http://www.oracle.com/technology/support/metalink/index.html     &#8212;°°°&#8212;  Une petite info pratique que je souhaite publié parce que je ne l&#8217;ai pas trouvé rapidemment. Voici le lien pour acceder aux matrices de compatibilté Oracle: [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/06/08/oracles-certification-matrices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>List installed oracle components</title>
		<link>http://www.nuxora.com/2007/06/08/list-installed-oracle-components/</link>
		<comments>http://www.nuxora.com/2007/06/08/list-installed-oracle-components/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 11:37:26 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/06/08/list-installed-oracle-components/</guid>
		<description><![CDATA[If you want to know which components were installed on your server: $ORACLE_HOME/OPatch/opatch lsinventory -detail]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/06/08/list-installed-oracle-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle start/stop init script</title>
		<link>http://www.nuxora.com/2007/06/07/oracle-startstop-init-script/</link>
		<comments>http://www.nuxora.com/2007/06/07/oracle-startstop-init-script/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 23:05:54 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/06/07/oracle-startstop-init-script/</guid>
		<description><![CDATA[################################# # Oracle Start/Stop init script # # v1 &#8211; nuxora.com # ################################# case &#8220;$1&#8243; in start) echo -n &#8220;Starting Oracle Databases: &#8221; echo &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221; >> /var/log/oracle date +&#8221;! %T %a %D : Starting Oracle Databases as part of system up.&#8221; >> /var/log/oracle echo &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221; >> /var/log/oracle su &#8211; oracle -c dbstart >> /var/log/oracle echo [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/06/07/oracle-startstop-init-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have your database size</title>
		<link>http://www.nuxora.com/2007/03/09/have-your-database-size/</link>
		<comments>http://www.nuxora.com/2007/03/09/have-your-database-size/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 13:01:42 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/03/09/have-your-database-size/</guid>
		<description><![CDATA[If you&#8217;d like to know how big your DB is: select FILE_NAME, d.TABLESPACE_NAME, d.BYTES datafile_size, nvl(sum(e.BYTES),0) bytes_used, round(nvl(sum(e.BYTES),0) / (d.BYTES), 4) * 100 percent_used, d.BYTES - nvl(sum(e.BYTES),0) bytes_free from DBA_EXTENTS e, DBA_DATA_FILES d where d.FILE_ID = e.FILE_ID (+) group by FILE_NAME,d.TABLESPACE_NAME, d.FILE_ID, d.BYTES, STATUS order by d.TABLESPACE_NAME,d.FILE_ID]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/03/09/have-your-database-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export script &#8211; beginners</title>
		<link>http://www.nuxora.com/2007/03/06/export-script-beginners/</link>
		<comments>http://www.nuxora.com/2007/03/06/export-script-beginners/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 23:17:05 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/03/06/export-script-beginners/</guid>
		<description><![CDATA[Here is a very simple script to save an Oracle database with a full export script. It&#8217;s a very basic example, because there is no log and no option (only a full export) Ina few days i&#8217;ll post a more detailled export script. #!/bin/bash #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;# # Oracle Full export script # # Nuxora v1.0 # [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/03/06/export-script-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with TAF &#8211; Transparent Application Fail-Over</title>
		<link>http://www.nuxora.com/2007/02/28/working-with-taf-transparent-application-fail-over/</link>
		<comments>http://www.nuxora.com/2007/02/28/working-with-taf-transparent-application-fail-over/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 11:20:57 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/02/28/working-with-taf-transparent-application-fail-over/</guid>
		<description><![CDATA[I&#8217;ll try to write a tutorial on TAF, it seems to be very efficient but i&#8217;ve never really used it in real condition, just test. If you want to connect to TAFTEST, first it will try ton connect to NUXORA01, if something&#8217;s wrong it will try to connect to NUXORA02 DBPROD = (DESCRIPTION_LIST = (DESCRIPTION [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/02/28/working-with-taf-transparent-application-fail-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import / export sous Oracle</title>
		<link>http://www.nuxora.com/2007/01/22/import-export-sous-oracle/</link>
		<comments>http://www.nuxora.com/2007/01/22/import-export-sous-oracle/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 23:14:49 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/01/22/import-export-sous-oracle/</guid>
		<description><![CDATA[L&#8217;export constitue une méthode simple pour sauvegarder une base ou pour la deplacer, il faut toutefois garder à l&#8217;esprit que l&#8217;export doit etre consistant, il n&#8217;y doit pas y avoir demodifications sur la base au cours d&#8217;un export. Pour le réaliser, il faut d&#8217;abord créer un utilisateur nommé import ou export ou impexp CREATE USER [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/01/22/import-export-sous-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
