<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://apressato.com/dokuwiki/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="http://apressato.com/dokuwiki/feed.php">
        <title>APressato.Com oracle</title>
        <description></description>
        <link>http://apressato.com/dokuwiki/</link>
        <image rdf:resource="http://apressato.com/dokuwiki/lib/tpl/ap_dokubook/images/favicon.ico" />
       <dc:date>2026-05-13T16:16:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://apressato.com/dokuwiki/doku.php?id=oracle:appunti&amp;rev=1433794552&amp;do=diff"/>
                <rdf:li rdf:resource="http://apressato.com/dokuwiki/doku.php?id=oracle:comandi_utente&amp;rev=1433794552&amp;do=diff"/>
                <rdf:li rdf:resource="http://apressato.com/dokuwiki/doku.php?id=oracle:concetti_base&amp;rev=1497799407&amp;do=diff"/>
                <rdf:li rdf:resource="http://apressato.com/dokuwiki/doku.php?id=oracle:rilascio_sql&amp;rev=1433794552&amp;do=diff"/>
                <rdf:li rdf:resource="http://apressato.com/dokuwiki/doku.php?id=oracle:tabelle_e_viste_di_sistema&amp;rev=1433794552&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://apressato.com/dokuwiki/lib/tpl/ap_dokubook/images/favicon.ico">
        <title>APressato.Com</title>
        <link>http://apressato.com/dokuwiki/</link>
        <url>http://apressato.com/dokuwiki/lib/tpl/ap_dokubook/images/favicon.ico</url>
    </image>
    <item rdf:about="http://apressato.com/dokuwiki/doku.php?id=oracle:appunti&amp;rev=1433794552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-08T20:15:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oracle:appunti</title>
        <link>http://apressato.com/dokuwiki/doku.php?id=oracle:appunti&amp;rev=1433794552&amp;do=diff</link>
        <description>Appunti Oracle

Chiavi Primarie


ALTER TABLE &lt;nometabella&gt; ADD CONSTRAINT &lt;nome contraint / indice&gt; PRIMARY KEY (elenco colonne) USING INDEX TABLESPACE &lt;Nome TableSpace&gt;;


Foreign Key


Alter Table &lt;nometabella&gt; Add Constraint &lt;nomeconstraint&gt; Foreign Key (elenco colonne) Reference &lt;nometabella&gt;;</description>
    </item>
    <item rdf:about="http://apressato.com/dokuwiki/doku.php?id=oracle:comandi_utente&amp;rev=1433794552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-08T20:15:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oracle:comandi_utente</title>
        <link>http://apressato.com/dokuwiki/doku.php?id=oracle:comandi_utente&amp;rev=1433794552&amp;do=diff</link>
        <description>Comandi Utente

Cambio Password


ALTER USER &lt;nomeutente&gt; IDENTIFIED BY &quot;&lt;nuova pwd&gt;&quot;;


Blocco Utente


ALTER USER &lt;nomeutente&gt; ACCOUNT LOCK;


Sblocco Utente


ALTER USER &lt;nomeutente&gt; ACCOUNT UNLOCK;


Expire Utente


ALTER USER &lt;nomeutente&gt; PASSWORD EXPIRE;</description>
    </item>
    <item rdf:about="http://apressato.com/dokuwiki/doku.php?id=oracle:concetti_base&amp;rev=1497799407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-06-18T15:23:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oracle:concetti_base</title>
        <link>http://apressato.com/dokuwiki/doku.php?id=oracle:concetti_base&amp;rev=1497799407&amp;do=diff</link>
        <description>Concetti Base

Ambiente

In italiano si definisce ambiente uno spazio considerato con le sue caratteristiche.
Di fatto, in questo caso, si tratta di un mero raggruppamento concettuale e può essere costituito da 1 o più servers.	

Solitamente in una realtà aziendale sono presenti 3 ambienti:</description>
    </item>
    <item rdf:about="http://apressato.com/dokuwiki/doku.php?id=oracle:rilascio_sql&amp;rev=1433794552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-08T20:15:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oracle:rilascio_sql</title>
        <link>http://apressato.com/dokuwiki/doku.php?id=oracle:rilascio_sql&amp;rev=1433794552&amp;do=diff</link>
        <description>Rilascio SQL

Privilegi

Spesso accade che l&#039;utente usato per eseguire stored procedures e statements SQL non coincida con l&#039;utente a cui essi appartengono.
Per far si che tutto funzioni è necessario conferire all&#039;utente di esecuzione i diritti su tali oggetti.
Questa operazione si ottiene con il comando</description>
    </item>
    <item rdf:about="http://apressato.com/dokuwiki/doku.php?id=oracle:tabelle_e_viste_di_sistema&amp;rev=1433794552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-08T20:15:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oracle:tabelle_e_viste_di_sistema</title>
        <link>http://apressato.com/dokuwiki/doku.php?id=oracle:tabelle_e_viste_di_sistema&amp;rev=1433794552&amp;do=diff</link>
        <description>Tabelle e Viste di Sistema

V$Instance

La V$Instance è una vista che contiene i dati dell&#039;istanza a cui si è collegati.
Se si dispone di più server Oracle replicati (ad esempio per gestire gli ambienti di Sviluppo, Collaudo e produzione), 
un dato importante è rappresentato da</description>
    </item>
</rdf:RDF>
