Use Current Schema for SQLProcedures
- Last Updated: October 27, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Database Wire Protocol 8.0
- Documentation
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 current user are returned.
When set to 0 (Disabled), the driver does not limit the procedures returned.
Default
1 (Enabled)