skip to main content
Drivers for 32-Bit and 64-Bit Platforms : The Oracle Wire Protocol Driver : Connection Option Descriptions for Oracle Wire Protocol : Use Current Schema for SQLProcedures
 

Try DataDirect Drivers Now
Use Current Schema for SQLProcedures

Attribute

UseCurrentSchema (UCS)

Description

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.

Default

1 (Enabled)

GUI Tab

Performance tab

See also

Performance Considerations