<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://supermanhamuerto.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://supermanhamuerto.com/feed.php">
        <title>supermanhamuerto.com - oracle</title>
        <description></description>
        <link>https://supermanhamuerto.com/</link>
        <image rdf:resource="https://supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-02T12:25:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=oracle:dsnwithnopasswordasking&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=oracle:fixhtml&amp;rev=1728147936&amp;do=diff"/>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=oracle:index&amp;rev=1728147896&amp;do=diff"/>
                <rdf:li rdf:resource="https://supermanhamuerto.com/doku.php?id=oracle:meaningoffulljoin&amp;rev=1670014949&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>supermanhamuerto.com</title>
        <link>https://supermanhamuerto.com/</link>
        <url>https://supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=oracle:dsnwithnopasswordasking&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dsnwithnopasswordasking</title>
        <link>https://supermanhamuerto.com/doku.php?id=oracle:dsnwithnopasswordasking&amp;rev=1670014949&amp;do=diff</link>
        <description>Configure an ODBC Data Source with no password request

Intro

When working with access, or whatever application, it&#039;s an annoying thing that everytime we open an Oracle linked table it request the password of the connection. 

Moreover, if you try to make any sort of application (macro, visual basic, etc.), because this password is requested interactively, stops the application of working until a correct password is provided by the user.</description>
    </item>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=oracle:fixhtml&amp;rev=1728147936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-05T17:05:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fixhtml</title>
        <link>https://supermanhamuerto.com/doku.php?id=oracle:fixhtml&amp;rev=1728147936&amp;do=diff</link>
        <description>Fix or Sanitize HTML

Yes: I&#039;ve found the silver bullet for those of you who are seeking for a function that clean html code or sanitize it, specially if it comes from a cut and paste operation from word. 

To the point. This snippet: 


select dirty, strip_html(dirty) from dual;</description>
    </item>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=oracle:index&amp;rev=1728147896&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-05T17:04:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://supermanhamuerto.com/doku.php?id=oracle:index&amp;rev=1728147896&amp;do=diff</link>
        <description>Oracle

Pues sí, inicio esta página dedicada a truquillos de oracle: poner el “nextval” en un número de secuencia. 

	*  Fix or sanitize HTML code from oracle
	*  Configure an ODBC Data Source with no password request
	*  How does full join work???

Poner el valor siguiente (nextval) en un número de secuencia

Si sois lo suficientemente osados para consultar la</description>
    </item>
    <item rdf:about="https://supermanhamuerto.com/doku.php?id=oracle:meaningoffulljoin&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>meaningoffulljoin</title>
        <link>https://supermanhamuerto.com/doku.php?id=oracle:meaningoffulljoin&amp;rev=1670014949&amp;do=diff</link>
        <description>How does full join work???

Despite I am seasoned sql developer, sometimes I have doubts on how exactly full join work; so I decided to implement this simple test to see this working. 

Let&#039;s say we have two tables: 


create table test1
(field  varchar2(100));

create table test2
(field varchar2(100));

-- unique values for table test1 
insert into test1 values (&#039;a&#039;);
insert into test1 values (&#039;b&#039;);
insert into test1 values (&#039;c&#039;);

-- unique values for table test2 
insert into test2 values (&#039;1&#039;…</description>
    </item>
</rdf:RDF>
