<?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://memoprog.over-blog.com/rss-articles.xml" xmlns="http://www.w3.org/2005/Atom" />
	
    <title><![CDATA[Le blog de memoprog]]></title>
    <link>http://memoprog.over-blog.com/</link>
    <description>Blog &quot;memo&quot; : contient des scripts de programmes : shell (csh), awk, VisualBasic (pour Macros Excel),
Oracle</description>

        <language>fr</language>
    
        <image>
        <url>http://fdata.over-blog.net/3/38/81/14/avatar-blog-1126578754-tmpphpLWgpjy.jpeg</url>
        <title><![CDATA[Le blog de memoprog]]></title>
        <link>http://memoprog.over-blog.com/</link>
                            </image>
    
    <pubDate>Tue, 23 Nov 2010 10:15:33 +0100</pubDate>    <lastBuildDate>Tue, 23 Nov 2010 10:15:33 +0100</lastBuildDate>    <generator>Over-blog.com RSS 2.0 Engine</generator>    <copyright>Copyright 2012 memoprog.over-blog.com</copyright>            <category>Hi Tech</category>    <docs>http://www.rssboard.org/rss-specification/</docs>                        
      <item>
        <title><![CDATA[Créer et enregistrer en pdf des graphiques ss EXCEL]]></title>
        <link>http://memoprog.over-blog.com/article-creer-et-enregistrer-en-pdf-des-graphiques-ss-excel-61551787.html</link>        <description><![CDATA[	Sub CREER_GRAPHIQUE() ' à partir d'un fichier à 5 colonnes ' ( 1 = identifiant serie, ' 2 = titre graphique, ' 3 = titre des abcisses, ' 4 = date, ' 5 = valeur) ' contenant n séries triées ' découpe les données par série, et pour chaque série : ' - copie les valeurs sur une nouvelle feuille ' -[...]]]></description>
        <pubDate>Tue, 23 Nov 2010 10:13:00 +0100</pubDate>        <guid isPermaLink="false">37802f42d67282ef8adeb09bf2f6aa31</guid>
                <category>VISUALBASIC</category>        <comments>http://memoprog.over-blog.com/article-creer-et-enregistrer-en-pdf-des-graphiques-ss-excel-61551787-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[concatenation de plusieurs lignes avec séparateur]]></title>
        <link>http://memoprog.over-blog.com/article-concatenation-de-plusieurs-lignes-avec-separateur-54681484.html</link>        <description><![CDATA[	concatenation du plusieurs lignes avec séparateur : ici szo_lib, séparateur ';', regroupés par pzo_cprg SELECT pzo_cprg, SUBSTR (SYS_CONNECT_BY_PATH (szo_lib, ';'), 2) zone_list FROM (SELECT szo_lib, pzo_cprg, COUNT (*) OVER (PARTITION BY pzo_cprg) cnt, ROW_NUMBER()OVER (PARTITION BY pzo_cprg[...]]]></description>
        <pubDate>Fri, 30 Jul 2010 11:40:00 +0200</pubDate>        <guid isPermaLink="false">2cfa0a4ceb3e75cd229b66b7f356a948</guid>
                <category>ORACLE</category>        <comments>http://memoprog.over-blog.com/article-concatenation-de-plusieurs-lignes-avec-separateur-54681484-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[recompilation des vues et triggers invalides]]></title>
        <link>http://memoprog.over-blog.com/article-recompilation-des-vues-et-triggers-invalides-54681327.html</link>        <description><![CDATA[	select 'Alter '||OBJECT_TYPE||' '||OBJECT_NAME||' compile;' from user_objects where status ='INVALID' and LAST_DDL_TIME&gt;sysdate-365 order by object_type desc;]]></description>
        <pubDate>Fri, 30 Jul 2010 11:37:00 +0200</pubDate>        <guid isPermaLink="false">24a2974caec03675a4c77af3c4ee445c</guid>
                <category>ORACLE</category>        <comments>http://memoprog.over-blog.com/article-recompilation-des-vues-et-triggers-invalides-54681327-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[correction d'anomalie sur la taille de colonnes liées par des contraintes d'intégrité référentielles]]></title>
        <link>http://memoprog.over-blog.com/article-correction-d-anomalie-sur-la-taille-de-colonnes-liees-par-des-contraintes-d-integrite-referentielles-54681238.html</link>        <description><![CDATA[	select c1.table_name,c1.column_name,d1.table_name,d1.column_name,c1.data_type,c1.data_length,d1.data_type,d1.data_length from user_tab_columns c1,user_cons_columns c,user_tab_columns d1,user_cons_columns d,user_constraints a, user_constraints b where a.R_CONSTRAINT_NAME=b.CONSTRAINT_NAME and[...]]]></description>
        <pubDate>Fri, 30 Jul 2010 11:35:00 +0200</pubDate>        <guid isPermaLink="false">12ef63c7da5c429316b39a726bff9185</guid>
                <category>ORACLE</category>        <comments>http://memoprog.over-blog.com/article-correction-d-anomalie-sur-la-taille-de-colonnes-liees-par-des-contraintes-d-integrite-referentielles-54681238-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Generation d'un script (vb word) de creation de base]]></title>
        <link>http://memoprog.over-blog.com/article-generation-d-un-script-vb-word-de-creation-de-base-44278232.html</link>        <description><![CDATA[	ce script par d'un format précis des tables dans le doc : -chaque table est dans un tableau le tableau est comme suit : - ligne 1 : nom de la table en col 2, comment en col 3 ligne suivantes : nom col en col 2, comment en col 3, 'O' en col 4 si obligatoire, 'PK' en col 5 si primary key, ' FK :[...]]]></description>
        <pubDate>Thu, 04 Feb 2010 17:42:00 +0100</pubDate>        <guid isPermaLink="false">a177f2c4b96182632a8bd854edd4a084</guid>
                <category>VISUALBASIC</category>        <comments>http://memoprog.over-blog.com/article-generation-d-un-script-vb-word-de-creation-de-base-44278232-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[printf, substr]]></title>
        <link>http://memoprog.over-blog.com/article-printf-substr-43880524.html</link>        <description><![CDATA[	awk qui prend un fichier avec un titre (lignes commençant par *), puis une serie de données séparées par des virgules et qui : - reecrit les lignes de titres - réécrit une parties des données (1 ligne sur 8) en modifiant l'ordre et le rendu exemple : fichier de départ : ** t1= TT.TTTT, c1=[...]]]></description>
        <pubDate>Fri, 29 Jan 2010 16:20:00 +0100</pubDate>        <guid isPermaLink="false">c2a204667558413955d5e78e73c79314</guid>
                <category>AWK</category>        <comments>http://memoprog.over-blog.com/article-printf-substr-43880524-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Donne la taille maximale des textes contenus dans 1 ou toutes les colonnes]]></title>
        <link>http://memoprog.over-blog.com/article-donne-la-taille-maximale-des-textes-contenus-dans-1-ou-toutes-les-colonnes-43880299.html</link>        <description><![CDATA[	Sub LONGUEUR_MAX_UNE_COLONNE() ' ' ' Dim WS As Worksheet Dim i As Integer Dim com As String Dim col As String ' parcours tous les cellules d'une colonne et retourne la taille maximale trouvée, : col = InputBox("Entrez le nom de la colonne (A,B,...)", "Colonne", "A") i = 0 For n = 1 To[...]]]></description>
        <pubDate>Fri, 29 Jan 2010 16:18:00 +0100</pubDate>        <guid isPermaLink="false">c1e81678091670fa3c8444feb49c8469</guid>
                <category>VISUALBASIC</category>        <comments>http://memoprog.over-blog.com/article-donne-la-taille-maximale-des-textes-contenus-dans-1-ou-toutes-les-colonnes-43880299-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[créé n onglets dans un fichier a partir de n fichiers ascii]]></title>
        <link>http://memoprog.over-blog.com/article-cree-n-onglets-dans-un-fichier-a-partir-de-n-fichiers-ascii-43160838.html</link>        <description><![CDATA[	Sub MacroCreOnglet() ' ' Macro enregistrée le 15/01/2010 par sgouzien ' Cette macro créé des onglets dans un fichier station.xls a partir ' de fichiers ascii se trouvant dans un répertoire /travail de newdata ' Dans notre cas les noms des fichiers sont composes ainsi dn401.ctd ' et jusqu'a[...]]]></description>
        <pubDate>Mon, 18 Jan 2010 10:39:00 +0100</pubDate>        <guid isPermaLink="false">021d4b28d17f1a5d1bb5b881120f177b</guid>
                <category>VISUALBASIC</category>        <comments>http://memoprog.over-blog.com/article-cree-n-onglets-dans-un-fichier-a-partir-de-n-fichiers-ascii-43160838-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[retaille chaque feuille de tous les fichiers ouverts + supprime les lignes blanches en fin de fichier]]></title>
        <link>http://memoprog.over-blog.com/article-retaille-chaque-feuille-de-tous-les-fichiers-ouverts-supprime-les-lignes-blanches-en-fin-de-fichier-43160796.html</link>        <description><![CDATA[	Sub DEBUT_FEUILLE_TOUS() ' ' ' Macro enregistrée le 30/09/2009 par sgouzien ' retaille chaque feuille de tous les fichiers ouverts ' supprime les lignes blanches en fin de fichier ' Dim WB As Workbook Dim WS As Worksheet Dim i As Integer Dim j As Integer i = 0 ' désactiver le rafraîchissement[...]]]></description>
        <pubDate>Mon, 18 Jan 2010 10:39:00 +0100</pubDate>        <guid isPermaLink="false">ffdd76415d9dde7765d722c7574e57d2</guid>
                <category>VISUALBASIC</category>        <comments>http://memoprog.over-blog.com/article-retaille-chaque-feuille-de-tous-les-fichiers-ouverts-supprime-les-lignes-blanches-en-fin-de-fichier-43160796-comments.html#anchorComment</comments>                    </item>
      <item>
        <title><![CDATA[Remonte en haut les ascenseurs horizontaux et verticaux et place le curseur sur la première cellule de la première feuille]]></title>
        <link>http://memoprog.over-blog.com/article-remonte-en-haut-les-ascenseurs-horizontaux-et-verticaux-et-place-le-curseur-sur-la-premiere-cellule-de-la-premiere-feuille-43160692.html</link>        <description><![CDATA[	Sub DEBUT_FEUILLE() ' ' ' Macro enregistrée le 30/09/2009 par sgouzien ' parcours tous les feuilles du fichier Excel Courant, et dans chaque feuille, ' remonte en haut les ascenseurs horizontaux et verticaux, ' place le curseur sur la première cellule ' rend la première feuille active ' et[...]]]></description>
        <pubDate>Mon, 18 Jan 2010 10:37:00 +0100</pubDate>        <guid isPermaLink="false">f10aedfd3a8228db0aadd0e528a24982</guid>
                <category>VISUALBASIC</category>        <comments>http://memoprog.over-blog.com/article-remonte-en-haut-les-ascenseurs-horizontaux-et-verticaux-et-place-le-curseur-sur-la-premiere-cellule-de-la-premiere-feuille-43160692-comments.html#anchorComment</comments>                    </item>
  
 </channel>

</rss>
