Oracle 视图 PSTUBTBL 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图PSTUBTBL是一个内部系统表(也称为汇总表),包含数据库中关于采购和采购应用程序的记录。它是采购子系统模块的中介器,确保采购子系统与其他应用程序和数据库之间形成链接。它用于提取采购子系统的详细信息,比如采购订单、采购结算以及采购关系。
使用PSTUBTBL的视图可以帮助我们更好地了解采购子系统中的特定数据,例如采购订单的定义,采购结算的细节以及采购关系的状态等。例如,可以使用PSTUBTBL视图检索采购结算的详细信息,可以使用PSTUBTBL视图查询和更新采购订单状态,可以使用PSTUBTBL视图检索采购关系的详细信息,以及其他多种情况。
该视图可以被外部应用程序直接访问,也可以被SQL计划程序使用,以实现数据存储和处理。
官方英文解释
This table contains information on stubs generated by the PSTUB utility so that an Oracle Forms 3.0 client can call stored procedures in Oracle Database.
Note:
The contents of this table are intended only for use by the PSTUB utility.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Schema part of the identifier of a stored procedure |
|
|
|
Database link part of the identifier of a stored procedure |
|
|
|
Library unit name part of the identifier of a stored procedure |
|
|
|
Type of the stored procedure |
|
|
|
Line number of the stub |
|
|
|
Text of the stub |