Part 2: The 32-Bit/64-Bit Drivers : The Oracle Driver : Connection Option Descriptions : Use Current Schema for SQLProcedures

Use Current Schema for SQLProcedures
Attribute
UseCurrentSchema (UCS)
Purpose
Determines whether the driver returns only procedures owned by the current user when executing SQLProcedures.
Valid Values
0 | 1
Behavior
When set to 1 (Enabled), the call for SQLProcedures is optimized, but only procedures owned by the user are returned.
When set to 0 (Disabled), the driver does not specify only the current user.
Notes
Default
1 (Enabled)
GUI Tab
Figure 3
See Also
See Performance Considerations for details.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.