forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
45 lines
3.5 KiB
HTML
45 lines
3.5 KiB
HTML
<a name="EN-US_TOPIC_0000001145494449"></a><a name="EN-US_TOPIC_0000001145494449"></a>
|
|
|
|
<h1 class="topictitle1">DBA_PROCEDURES</h1>
|
|
<div id="body8662426"><p id="EN-US_TOPIC_0000001145494449__a9e73e800dd924da298fba1bffbf5da04"><strong id="EN-US_TOPIC_0000001145494449__acb30f9caabc649128c5d949b3c9cdda5">DBA_PROCEDURES</strong> displays information about all stored procedures and functions in the database. It is accessible only to users with system administrator rights.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001145494449__t84e1cc2c7cb349bb9d3ff12081b027cd" frame="border" border="1" rules="all"><caption><b>Table 1 </b>DBA_PROCEDURES columns</caption><thead align="left"><tr id="EN-US_TOPIC_0000001145494449__r5422d8afb14c44e8951488bc45a2555c"><th align="left" class="cellrowborder" valign="top" width="30.89%" id="mcps1.3.2.2.4.1.1"><p id="EN-US_TOPIC_0000001145494449__adeb0fe7f55314b598200d62e223222d2"><strong id="EN-US_TOPIC_0000001145494449__b84235270691445">Name</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="30.89%" id="mcps1.3.2.2.4.1.2"><p id="EN-US_TOPIC_0000001145494449__adcd4f485a8db4047a79d3ac2d52e45a2">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="38.22%" id="mcps1.3.2.2.4.1.3"><p id="EN-US_TOPIC_0000001145494449__afdebb322050d41fab15aad1bf182ebf0">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000001145494449__rea3cbdbf23b8432491024d98a7e534dc"><td class="cellrowborder" valign="top" width="30.89%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001145494449__a21c0a26e62134521a30dbaaf1bfab27b">owner</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.89%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001145494449__a34db51e4084541b184d8a4531f420b72">character varying(64)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="38.22%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001145494449__af659e614b7e44010804b0ce46a71648d">Owner of the stored procedure or the function</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001145494449__r5785df4d132642c7941a85177c1f95e9"><td class="cellrowborder" valign="top" width="30.89%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001145494449__a8320767635e34761bbc9cf35a44069d7">object_name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.89%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001145494449__aaa75fb9a1f71437c95dc74a7b4ece4fe">character varying(64)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="38.22%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001145494449__a4fa4af969219435dad0ce05ce2f9d2ad">Name of the stored procedure or the function</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001145494449__rc9ab6449b6b04ef6a11074230a4e8ed5"><td class="cellrowborder" valign="top" width="30.89%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001145494449__a67b664c1bbde44968bb8c2ea3612051c">argument_number</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.89%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001145494449__a716a8bbb1c78406bb416df3aef74e727">smallint</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="38.22%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001145494449__aa1c91abca33c4c9fbe134618b61f8904">Number of the input parameters in the stored procedure</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0639.html">System Views</a></div>
|
|
</div>
|
|
</div>
|
|
|