<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

		<link rel="hub" href="http://overblog.superfeedr.com" xmlns="http://www.w3.org/2005/Atom" />
		<link rel="self" href="http://www.dba-ora.fr/rss-articles.xml" xmlns="http://www.w3.org/2005/Atom" />
	
    <title><![CDATA[Oracle 10G SQL Pour les Nuls (COMMANDES SQL DDL-LDD)]]></title>
    <link>http://www.dba-ora.fr/categorie-11375853.html</link>
    <description>Les derniers articles publiés dans la catégorie &quot;COMMANDES SQL DDL-LDD&quot; du blog &quot;Oracle 10G SQL Pour les Nuls&quot;</description>

        <language>fr</language>
    
        <image>
        <url>http://fdata.over-blog.net/3/55/53/33/avatar-blog-1136909578-tmpphpvbes7a.jpg</url>
        <title><![CDATA[Oracle 10G SQL Pour les Nuls (COMMANDES SQL DDL-LDD)]]></title>
        <link>http://www.dba-ora.fr/categorie-11375853.html</link>
                            </image>
    
    <pubDate>Fri, 25 May 2012 21:58:50 +0200</pubDate>    <lastBuildDate>Fri, 25 May 2012 21:58:50 +0200</lastBuildDate>    <generator>Over-blog.com RSS 2.0 Engine</generator>    <copyright>Copyright 2012 www.dba-ora.fr</copyright>            <category>COMMANDES SQL DDL-LDD</category>    <docs>http://www.rssboard.org/rss-specification/</docs>                        
      <item>
        <title><![CDATA[Renommer Nom de Table Oracle]]></title>
        <link>http://www.dba-ora.fr/article-renommer-table-oracle-104537586.html</link>        <description><![CDATA[	Renommer le nom d'une Table Oracle. Comment renommer une table dans Oracle. Comment changer le nom de ma table dans Oracle. Changer, renommer le nom de ma table dans Oracle. Lorsque vous renommez une table Oracle, il faut faire attention et étudier les impacts d'un changement de nom de table[...]]]></description>
        <pubDate>Thu, 03 May 2012 21:21:00 +0200</pubDate>        <guid isPermaLink="false">3919302cdad236c4fd56b68e75fc5779</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-renommer-table-oracle-104537586-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Supprimer Colonne ALTER TABLE DROP COLUMN]]></title>
        <link>http://www.dba-ora.fr/article-supprimer-colonne-alter-table-drop-column-103163212.html</link>        <description><![CDATA[	SQL - ALTER TABLE DROP COLUMN. Comment supprimer une colonne ou un champ dans une table Oracle. Comment faire un drop column dans une table Oracle. SUPPRIMER UNE COLONNE AVEC ALTER TABLE DROP COLUMN. La clause sql DROP COLUMN de l’instruction sql ALTER TABLE permet de supprimer une colonne[...]]]></description>
        <pubDate>Tue, 10 Apr 2012 13:59:00 +0200</pubDate>        <guid isPermaLink="false">18f130074c51abc3a91be2b12cd48a99</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-supprimer-colonne-alter-table-drop-column-103163212-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Renommer Colonne avec ALTER TABLE RENAME COLUMN]]></title>
        <link>http://www.dba-ora.fr/article-renommer-colonne-alter-table-rename-column-103126112.html</link>        <description><![CDATA[	ALTER TABLE RENAME COLUMN. Comment changer, renommer, modifier le nom d'un champs ou colonne d'une table dans Oracle. RENOMMER COLONNE AVEC ALTER TABLE RENAME COLUMN. La clause RENAME COLUMN de l’instruction sql ALTER TABLE permet de renommer une colonne existante d'une table Oracle. Attention[...]]]></description>
        <pubDate>Mon, 09 Apr 2012 21:04:00 +0200</pubDate>        <guid isPermaLink="false">8a6a126d45c4942e1617937a45e7d90a</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-renommer-colonne-alter-table-rename-column-103126112-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[SQL TRUNCATE TABLE ORACLE]]></title>
        <link>http://www.dba-ora.fr/article-truncate-table-oracle-101747351.html</link>        <description><![CDATA[	SQL TRUNCATE TABLE ORACLE. Comment supprimer et vider une table Oracle avec TRUNCATE TABLE. ? Comment gérer l'erreur ORA-02266: les clés primaires/uniques de la table sont référencées par des clés étrangères. ? Comment supprimer la clé primaire de la table parent. ? Comment désactiver la clé[...]]]></description>
        <pubDate>Sat, 17 Mar 2012 13:21:00 +0100</pubDate>        <guid isPermaLink="false">b4d34a84745aa3586535f4ad81d364a5</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-truncate-table-oracle-101747351-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[CREATE SCHEMA Oracle]]></title>
        <link>http://www.dba-ora.fr/article-create-schema-oracle-97586967.html</link>        <description><![CDATA[	CREATE SCHEMA ORACLE. C'est quoi un SCHEMA Oracle. ? Comment créér plusieurs Tables, Vues et Grant en une transaction sur un SCHEMA Oracle. ? La base de données ORACLE comporte des schémas dans lesquels on retrouve des objets tel que Tables, Vues, Index, Procédures, ... Un SCHEMA permet de[...]]]></description>
        <pubDate>Sat, 21 Jan 2012 11:24:00 +0100</pubDate>        <guid isPermaLink="false">d0350d0f6585d5c6fc24e95014b7d4c7</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-create-schema-oracle-97586967-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Ajouter un champ de table Oracle ALTER TABLE ADD]]></title>
        <link>http://www.dba-ora.fr/article-ajouter-champ-table-oracle-alter-table-add-70854212.html</link>        <description><![CDATA[	Ajouter un champ dans une table Oracle avec ALTER TABLE ADD. Pour ajouter une colonne dans une table existante, on utilisera la syntaxe ALTER TABLE ADD. Syntax ALTER TABLE ADD. ALTER TABLE [ schema. ]table ADD { ( column [ datatype ] ) } ; Exemple ALTER TABLE ADD. SQL&gt; ALTER TABLE countries[...]]]></description>
        <pubDate>Sun, 03 Apr 2011 00:41:00 +0200</pubDate>        <guid isPermaLink="false">d7b5e10adf71b1e08f2e628468feaac2</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-ajouter-champ-table-oracle-alter-table-add-70854212-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Modifier un champ de table Oracle ALTER TABLE MODIFY]]></title>
        <link>http://www.dba-ora.fr/article-modifier-champ-alter-table-modify-70839124.html</link>        <description><![CDATA[	Modifier un champ de table Oracle avec ALTER TABLE MODIFY. Pour modifier une colonne dans une table existante, on utilisera la syntaxe ALTER TABLE MODIFY. Syntax ALTER TABLE MODIFY. ALTER TABLE [ schema. ]table MODIFY { ( column [ datatype ] ) } ; Exemple ALTER TABLE MODIFY. SQL&gt; ALTER TABLE[...]]]></description>
        <pubDate>Sat, 02 Apr 2011 19:34:00 +0200</pubDate>        <guid isPermaLink="false">566e39df12a0d72933372e4e93c7f8d2</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-modifier-champ-alter-table-modify-70839124-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[SQL DROP SEQUENCE ORACLE]]></title>
        <link>http://www.dba-ora.fr/article-sql-drop-sequence-oracle-55513201.html</link>        <description><![CDATA[	Commande DDL-LDD DROP SEQUENCE Oracle Permet de supprimer une sequence, notamment lorsque l'on désire changer la clause START WITH (clause non modifiable avec ALTER SEQUENCE). Syntaxe de suppression d’une séquence. DROP SEQUENCE [schéma.]nomSequence ; DROP SEQUENCE VENTE.SEQ_CPT_CLIENT ;[...]]]></description>
        <pubDate>Mon, 16 Aug 2010 23:35:00 +0200</pubDate>        <guid isPermaLink="false">f6c4b3cacb39ac7938472684ce1115b8</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-sql-drop-sequence-oracle-55513201-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[SQL ALTER SEQUENCE ORACLE]]></title>
        <link>http://www.dba-ora.fr/article-sql-alter-sequence-oracle-55435736.html</link>        <description><![CDATA[	Commande DDL-LDD ALTER SEQUENCE Oracle Permet de modifier, définir une suite de nombres entiers, de clés uniques, de compteurs pour des tables. Syntaxe de modification d’une séquence. ALTER SEQUENCE [schéma.]nomSéquence [INCREMENT BY entier ] [ { MAXVALUE entier | NOMAXVALUE } ] [ { MINVALUE[...]]]></description>
        <pubDate>Sun, 15 Aug 2010 15:01:00 +0200</pubDate>        <guid isPermaLink="false">ab891d5195ca650925a6ecedd02b3cfa</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-sql-alter-sequence-oracle-55435736-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[SQL CREATE SEQUENCE ORACLE]]></title>
        <link>http://www.dba-ora.fr/article-sql-create-sequence-oracle-55219612.html</link>        <description><![CDATA[	Commande DDL-LDD CREATE SEQUENCE Oracle Permet de définir une suite de nombres entiers, de clés uniques, de compteurs pour des tables. Pour la description des séquences voir les Vues DBA_SEQUENCES, ALL_SEQUENCES, USER_SEQUENCES Syntaxe de création d’une séquence. CREATE SEQUENCE[...]]]></description>
        <pubDate>Tue, 10 Aug 2010 22:47:00 +0200</pubDate>        <guid isPermaLink="false">5153d3eb2b8edda97aa2729efac6c8a3</guid>
                <category>COMMANDES SQL DDL-LDD</category>        <comments>http://www.dba-ora.fr/article-sql-create-sequence-oracle-55219612-comments.html#anchorComment</comments>                    </item>
  
 </channel>

</rss>
