forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
30 lines
4.3 KiB
HTML
30 lines
4.3 KiB
HTML
<a name="EN-US_TOPIC_0000001188270508"></a><a name="EN-US_TOPIC_0000001188270508"></a>
|
|
|
|
<h1 class="topictitle1">DROP OWNED</h1>
|
|
<div id="body0000001092693316"><div class="section" id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_sa3265773225d4612b9bafd61c332eae0"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001188270508__p1216810256479"><strong id="EN-US_TOPIC_0000001188270508__b84235270613251">DROP OWNED</strong> deletes the database objects of a database role.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_s59f5b59d381a4bfcb473a04864354fe1"><h4 class="sectiontitle">Precautions</h4><p id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_abbf0493aecdc4e3387d7d41e3a3de0fa">The role's permissions on all the database objects in the current database and shared objects (databases and tablespaces) are revoked.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_s012e6785112742ba8b96d4f6b448a178"><h4 class="sectiontitle">Syntax</h4><div class="codecoloring" codetype="Sql" id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_seb4d9c4e044c4e5199cc4c75cd3a2f34"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="k">DROP</span><span class="w"> </span><span class="n">OWNED</span><span class="w"> </span><span class="k">BY</span><span class="w"> </span><span class="n">name</span><span class="w"> </span><span class="p">[,</span><span class="w"> </span><span class="p">...]</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="k">CASCADE</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="k">RESTRICT</span><span class="w"> </span><span class="p">];</span>
|
|
</pre></div></td></tr></table></div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_s5e20663187d9497f800eddc8ed555802"><h4 class="sectiontitle">Parameters</h4><ul id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_uc564b0599a1b438abf1497fb6be4edcb"><li id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_l6d9ffb14b75d4288994007d608592af7"><strong id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_a80317d30d9384379ac7cf47b38417fab">name</strong><p id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_a17106e9f3b544a85bdfa2b5ed821b060">Name of the role whose objects are to be deleted and whose permissions are to be revoked.</p>
|
|
</li><li id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_l0d20e88663f34b27bf89778ef0227cbd"><strong id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_aff578a287a324063bad5953a9bb4bc23">CASCADE | RESTRICT</strong><ul id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_uf532353d8bc94d3a87abe451d0afa556"><li id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_l516828d20209482c9d9986e0ddfbbbda"><strong id="EN-US_TOPIC_0000001188270508__b84235270613556">CASCADE</strong>: automatically deletes objects that depend on the affected objects.</li><li id="EN-US_TOPIC_0000001188270508__en-us_topic_0059777620_l4042e1e25b334494a094714a4a20c2bf"><strong id="EN-US_TOPIC_0000001188270508__b84235270613715">RESTRICT</strong> (default): refuses to delete objects with dependent objects.</li></ul>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001188270508__section1384217116219"><h4 class="sectiontitle">Example</h4><p id="EN-US_TOPIC_0000001188270508__p76818217113">Remove all database objects owned by role <strong id="EN-US_TOPIC_0000001188270508__b32074481633">u1</strong>:</p>
|
|
<div class="codecoloring" codetype="Sql" id="EN-US_TOPIC_0000001188270508__screen4681221916"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="k">DROP</span><span class="w"> </span><span class="n">OWNED</span><span class="w"> </span><span class="k">BY</span><span class="w"> </span><span class="n">u1</span><span class="p">;</span>
|
|
</pre></div></td></tr></table></div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_06_0118.html">DDL Syntax</a></div>
|
|
</div>
|
|
</div>
|
|
|