Element Details: Vpd+Context
 Back


Available in: Logi Info Source code name: VpdContextIntroduced in: 12.2 SP5

Allows specification of an Oracle VPD context procedure command, which is typically a Stored Procedure. The procedure can be used to create security policies to control database access at the row and column level. Supply parameters to the VPdContext Procedure with the SPParameter element.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Command
UserDefined
(Required) When this is an attribute of Procedure.SP, provide the name of a Stored Procedure that returns a single or no values. Use this element for procedures that execute UPDATEs, INSERTs, and other database actions. When this is an attribute of DataLayer.SP, provide the name of a Stored Procedure that returns a result set of some number of data rows. If working with Oracle Packages, provide the Package name, then a period, then the Procedure name. For example, "myPackage.myProcedure".



PARENT ELEMENTS

Click element to drill down for more information.

Connection.Oracle


CHILD ELEMENTS

Click element to drill down for more information.

SP Parameter


 Back to top