<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://pixfun.over-blog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[pixfun.over-blog.com]]></title>
        <link>https://pixfun.over-blog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[]]></description>
                    <item>
    <title><![CDATA[Que reste-t-il des tablespaces?]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-que-reste-t-il-des-tablespaces-125630121.html]]></link>
    <guid>https://pixfun.over-blog.com/article-que-reste-t-il-des-tablespaces-125630121.html</guid>
    <pubDate>Thu, 19 Mar 2015 17:08:00 +0100</pubDate>
    <description><![CDATA[SELECT a.tablespace_name, ROUND (((c.BYTES - NVL (b.BYTES, 0)) / c.BYTES) * 100,2) percentage_used, c.BYTES / 1024 / 1024 space_allocated, ROUND (c.BYTES / 1024 / 1024 - NVL (b.BYTES, 0) / 1024 / 1024,2) space_used, ROUND (NVL (b.BYTES, 0) / 1024 / 1024,... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[bug à l'installation de oracle XE sous windows7 : key_xe.reg]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-bug-a-l-installation-de-oracle-xe-sous-windows7-key_xe-reg-124605478.html]]></link>
    <guid>https://pixfun.over-blog.com/article-bug-a-l-installation-de-oracle-xe-sous-windows7-key_xe-reg-124605478.html</guid>
    <pubDate>Fri, 19 Sep 2014 10:06:00 +0200</pubDate>
    <description><![CDATA[1. Lors d'un install Oracle XE sous win7/64 on a le message suivant : "The installer is unable to instantiate the file C:\Users\hostname\AppData\Local\Temp\{078E83D7-3FCC-4A72-903B-995C7CE44681}\KEY_XE.reg. The file does not appear to exist." 2. Laisser... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Fusion sql de périodes contigues ou à recouvrement]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-fusion-sql-de-periodes-contigues-ou-a-recouvrement-124530172.html]]></link>
    <guid>https://pixfun.over-blog.com/article-fusion-sql-de-periodes-contigues-ou-a-recouvrement-124530172.html</guid>
    <pubDate>Mon, 08 Sep 2014 15:57:00 +0200</pubDate>
    <description><![CDATA[Soit un amas de données horaires dans lequel des tranches horaires sont dupliquées ou redondantes comment remplacer une grappe de plages horaires en une seule entrée soit ceci 08.35-10.00 07.00-09.35 11.00-13.00 10.00-11.00 par cela 07.00-13.00 create... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Une petite démo Oracle Advanced Queuing (AQ)]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-une-petite-demo-oracle-advanced-queuing-aq-124264274.html]]></link>
    <guid>https://pixfun.over-blog.com/article-une-petite-demo-oracle-advanced-queuing-aq-124264274.html</guid>
    <pubDate>Wed, 30 Jul 2014 16:50:00 +0200</pubDate>
    <description><![CDATA[Oracle Advanced Queue (AQ) demo http://oraclemaniac.com/2012/04/09/oracle-advanced-queue-aq-demo/ Oracle Advanced Queue (AQ) demo Posted by Abhijit ⋅ April 9, 2012 ⋅ 1 Comment Filed Under AQ, DBMS_AQ, dbms_aqadm, dequeue, enqueue, Integration, publish,... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Animation SVG+javascript]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-animation-svg-javascript-114058700.html]]></link>
    <guid>https://pixfun.over-blog.com/article-animation-svg-javascript-114058700.html</guid>
    <pubDate>Fri, 04 Jan 2013 16:44:00 +0100</pubDate>
    <description><![CDATA[<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width=500 height=500 xmlns="http://www.w3.org/2000/svg" onload="StartAnimation(evt)" version="1.1"> <script type="application/ecmascript"><![CDATA[... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[dans quel bloc se trouve ma donnée?]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-dans-quel-bloc-se-trouve-ma-donnee-113612605.html]]></link>
    <guid>https://pixfun.over-blog.com/article-dans-quel-bloc-se-trouve-ma-donnee-113612605.html</guid>
    <pubDate>Wed, 19 Dec 2012 14:45:00 +0100</pubDate>
    <description><![CDATA[j'ai une chaine variable comprenant des "blocs" de chiffres contigus. par exemple : 0,1,,3,4,5,,7,,9 0,1 correspond au bloc 1 3,4,5 correspond au bloc 2 7 le bloc 3 9 le bloc 4 Chaque bloc est isolé par au moins 2 virgules ou est soit le bloc début soit... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Recherche de combinaisons de fonctions quadriques unitaires.]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-recherche-de-combinaisons-de-fonctions-unitaires-98031553.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-recherche-de-combinaisons-de-fonctions-unitaires-98031553.html</guid>
    <pubDate>Fri, 27 Jan 2012 16:44:00 +0100</pubDate>
    <description><![CDATA[Je recherche sur un intervalle fermé [0,1] divisé en 4 segments, un ensemble de fonctions qui valent 1 sur le point envisagé, mais 0 sur les autres point, simultanément. d'où, sur excel : et je fais une regression polynomiale d'ordre 4 sur chaque colonne,... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : inversion de matrice avec UTL_NLA]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-inversion-de-matrice-avec-utl_nla-98018070.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-inversion-de-matrice-avec-utl_nla-98018070.html</guid>
    <pubDate>Fri, 27 Jan 2012 13:35:00 +0100</pubDate>
    <description><![CDATA[J'ai repris mon exemple de thermique (cf. utilisation de la clause MODEL pour faire converger un système d'équations). J'ai inversé la matrice à l'aide du package UTL_NLA, pour finalement retomber sur la réponse identique à la réponse analytique DECLARE... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : utilisation de la clause MODEL]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-utilisation-de-la-clause-model-97378202.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-utilisation-de-la-clause-model-97378202.html</guid>
    <pubDate>Wed, 18 Jan 2012 15:09:00 +0100</pubDate>
    <description><![CDATA[Voici un exemple d'analyse thermique numérique (différences finies) dans un barreau rectiligne soumis à température constante sur un bout et à convection forcée sur l'autre bout, les flancs du barreau étant parfaitement isolés. (cf. §finite differences... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[dérivation, intégration numérique, amélioration de la précision]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-derivation-integration-numerique-amelioration-de-la-precision-91345810.html]]></link>
    <guid>https://pixfun.over-blog.com/article-derivation-integration-numerique-amelioration-de-la-precision-91345810.html</guid>
    <pubDate>Mon, 05 Dec 2011 18:38:00 +0100</pubDate>
    <description><![CDATA[Amélioration également de la valeur aux bornes inférieures et supérieures du domaine. paramétrage du calcul. with tab_param as (select 10000 as ppu, 0 as xdeb, 6 as xfin from dual), tab_x as (select /*+ MATERIALIZE */(level-2) lvl, (level-2)*(1/ppu) x,... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Oracle : dérivation et intégration d'une fonction cubique degrés 1&amp;2]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-derivation-et-integration-d-une-fonction-cubique-degres-1-2-90696692.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-derivation-et-integration-d-une-fonction-cubique-degres-1-2-90696692.html</guid>
    <pubDate>Wed, 30 Nov 2011 17:19:00 +0100</pubDate>
    <description><![CDATA[dérivation et intégration d'une fonction cubique degrés 1&2 : Comparaison entre les résultats de l'intégration de la dérivée et celle de la différentielle with tab_x as (select /*+ MATERIALIZE */level lvl, (level-1)*0.01 x from dual connect by level <202),... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Oracle : dérivation numérique d'une fonction cubique.]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-derivation-numerique-d-une-fonction-cubique-90592204.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-derivation-numerique-d-une-fonction-cubique-90592204.html</guid>
    <pubDate>Tue, 29 Nov 2011 17:45:00 +0100</pubDate>
    <description><![CDATA[dérivation numérique d'une fonction cubique et évaluation de l'erreur entre dérivée et différentielle (différentiation des premier et second ordres) delta1 : derivée ordre 1 delta2 : derivée ordre 2 delta3 : derivée ordre 3 O_1 : erreur relative derivée... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE un-stragg and re-stragg]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-un-stragg-and-re-stragg-88908136.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-un-stragg-and-re-stragg-88908136.html</guid>
    <pubDate>Thu, 17 Nov 2011 10:16:00 +0100</pubDate>
    <description><![CDATA[hey aujourd'hui nous voyons comment passer d'une chaine énumérant des éléments de format type : ,344,349,350,354,355,356,364,365,381,382,383,384 en une liste de format 344 349 350 354 355 356 364 365 381 382 383 384 Ensuite reformatage de la liste en... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : effectuer un select sur un refcurseur.]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-effectuer-un-select-sur-un-refcurseur-88276664.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-effectuer-un-select-sur-un-refcurseur-88276664.html</guid>
    <pubDate>Tue, 08 Nov 2011 10:34:00 +0100</pubDate>
    <description><![CDATA[Cas d'une fonction qui retourne un refcurseur. Les données sont affichées en un select pas le biais de XML, ce qui permet de reprendre le jeu de résultats dans une table en ensembliste. select t2.str_lvl, t2.str_enc, t2.lbl_utl from table (xmlsequence... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Une fonction tokenize sous Oracle]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-une-fonction-tokenize-sous-oracle-87456609.html]]></link>
    <guid>https://pixfun.over-blog.com/article-une-fonction-tokenize-sous-oracle-87456609.html</guid>
    <pubDate>Fri, 28 Oct 2011 18:05:00 +0200</pubDate>
    <description><![CDATA[Une fonction tokenize sous Oracle Comment aller retrouver le nième jeton d'une chaine de jetons '/root/151/1/10/61/512/1968/8135/000089884' séparés par un délimiteur sep '/' , à la position ppos 9 (si null alors dernière position de la chaine) select... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Utiliser les fonctions analytiques dans oracle ODI]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-utiliser-les-fonctions-analytiques-dans-oracle-odi-86832749.html]]></link>
    <guid>https://pixfun.over-blog.com/article-utiliser-les-fonctions-analytiques-dans-oracle-odi-86832749.html</guid>
    <pubDate>Wed, 19 Oct 2011 13:56:00 +0200</pubDate>
    <description><![CDATA[Utilisation de fonction analytiques oracle dans ODI. A la place d'ecrire "SUM over (partition by ...)" Mettre "<?out.print("SUM");?> over (partition by ...)" Ce qui inhibe la production du group by. ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Un réassort magasin en SQL ORACLE : si c'est possible!]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-un-reassort-magasin-en-sql-oracle-si-c-est-possible-86761621.html]]></link>
    <guid>https://pixfun.over-blog.com/article-un-reassort-magasin-en-sql-oracle-si-c-est-possible-86761621.html</guid>
    <pubDate>Tue, 18 Oct 2011 12:33:00 +0200</pubDate>
    <description><![CDATA[Définiton du problème : sur base d'une commande de x pièces d'un référence produit, il faut aller vider les colis contenant n (variable) pièces chacun selon un ordre pré-défini. Exemple : on a une commande de 5 pièces pour la référence A, il faut aller... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Ecrire un traitement oracle sql sur ODI]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-ecrire-un-traitement-oracle-sql-sur-odi-85339304.html]]></link>
    <guid>https://pixfun.over-blog.com/article-ecrire-un-traitement-oracle-sql-sur-odi-85339304.html</guid>
    <pubDate>Wed, 28 Sep 2011 10:48:00 +0200</pubDate>
    <description><![CDATA[aide-mémoire... merge into <%=odiRef.getObjectName("L", "H_ENTITY", "D")%> h_entity using (select hierarchy, node, node_desc_l0 lib_fr, node_desc_l1 lib_en, parent_node from <%=odiRef.getObjectName("L", "H_ENTITY_TMP", "W")%>) vw on (h_entity.node = vw.node... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Vérifier la qualité des données à l'aide de ORA_HASH.]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-verifier-la-qualite-des-donnees-a-l-aide-de-ora_hash-85610253.html]]></link>
    <guid>https://pixfun.over-blog.com/article-verifier-la-qualite-des-donnees-a-l-aide-de-ora_hash-85610253.html</guid>
    <pubDate>Thu, 25 Aug 2011 22:13:00 +0200</pubDate>
    <description><![CDATA[L'autre jour j'ai du remplacer un traitement pourri PL par un traitement optimisé SQL. Je me disais...mais comment vérifier vite et bien que mon traitement de substitution donne les résultats d'origine et sans aucune erreur.???. Une somme de clés de hash... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[To create xls documents easy from sql*plus]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-to-create-xls-documents-easy-from-sql-plus-85611063.html]]></link>
    <guid>https://pixfun.over-blog.com/article-to-create-xls-documents-easy-from-sql-plus-85611063.html</guid>
    <pubDate>Fri, 05 Aug 2011 22:27:00 +0200</pubDate>
    <description><![CDATA[To create xls documents easy February 5, 2004 - 6am Central time zone Reviewer: Peter Visscher from The Netherlands Hi Tom, I know a nice way to make Excel sheets from sqlplus. You can use the markup html tag in sqlplus. Here's an example. SET LINESIZE... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : reprise de données XML via HTTP : exemple de flux RSS]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-reprise-de-donnees-xml-via-http-exemple-de-flux-rss-68516511.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-reprise-de-donnees-xml-via-http-exemple-de-flux-rss-68516511.html</guid>
    <pubDate>Thu, 03 Mar 2011 15:49:00 +0100</pubDate>
    <description><![CDATA[je jettais hier un oeil sur un article OTN qui explore la possibilité de reprendre un flux XML, via XMLTABLE, au travers d'une source HTTP quelconque. Je trouve l'entreprise intéressante dans la mesure où aller flusher un flux de données sur AS400 ou... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : maj d'un fragment XML à l'aide de XMLQUERY [2]]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-maj-d-un-fragment-xml-a-l-aide-de-xmlquery-2-67901182.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-maj-d-un-fragment-xml-a-l-aide-de-xmlquery-2-67901182.html</guid>
    <pubDate>Wed, 23 Feb 2011 14:28:00 +0100</pubDate>
    <description><![CDATA[cf. article précédent....j'ai réécris le xqury avec mes petites mains, et mes deux neurones. mais c'est qd-mm plus lisible non?mais je ne sais toujours pas comment insérer le prolog encoding "UTF-8", grr. la version 10g serait défaillante à ce sujet?... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : maj d'un fragment XML à l'aide de XMLQUERY [1]]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-maj-d-un-fragment-xml-a-l-aide-de-xmlquery-67517354.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-maj-d-un-fragment-xml-a-l-aide-de-xmlquery-67517354.html</guid>
    <pubDate>Fri, 18 Feb 2011 19:01:00 +0100</pubDate>
    <description><![CDATA[hey bon ça n'a pas marché du premier coup mais oracle 10g ne nous aide pas beaucoup...néanmoins j'ai recrée un echantillon de mise à jour d'un fragment XML1 par un fragment XML2 à l'aide de la fnction oracle XMLQUERY. Le xquery est cette fois encore généré... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[ORACLE : XQL : XMLTABLE]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-xql-xmltable-66865790.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-xql-xmltable-66865790.html</guid>
    <pubDate>Thu, 10 Feb 2011 14:16:00 +0100</pubDate>
    <description><![CDATA[~reprise d'un flux XML 2 niveaux pour remise à plat relationnelle~ la surcharge des NS prédéfinis dans oracle (xs, fn) ne semblent pas bien fonctionner. j'ai essayé de déporter la déclaration dans le premier argument de la fonction XMLTABLE( XMLNAMESPACE... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Oracle XMLQUERY]]></title>
    <link><![CDATA[https://pixfun.over-blog.com/article-oracle-xmlquery-65682558.html]]></link>
    <guid>https://pixfun.over-blog.com/article-oracle-xmlquery-65682558.html</guid>
    <pubDate>Mon, 24 Jan 2011 17:15:00 +0100</pubDate>
    <description><![CDATA[Avec les mêmes données sources que celles utilisées pour les exemples illustrant XMLTABLE SELECT XMLQuery('for $i in ora:view("TST_PMI_3")/tst_pmi/assignment/auchanTradeItem/identification return <CODE>"{$i/partyReferentialidentification/text()}"</CODE>'... ]]></description>
        <dc:creator><![CDATA[]]></dc:creator>
    </item>
            </channel>
</rss>

