-
Feature Request
-
Resolution: Duplicate
-
Optional
-
None
-
None
-
None
ENHANCEMENT: Sending Oracle-specific commands to the data source. The customer wants to send Oracle-specific commands to the data source through MMx.
Example: ALTER SESSION SET DB_FILE_MULTIBLOCK_READ_COUNT = 128.
This setting ensures that Oracle reads data extent-by-extent, which is faster, rather than block-by-block, which is slower. This is on a per session basis.
Tested successfully in Squirrel but unsuccessful using QueryBuilder.
- duplicates
-
TEIID-669 Support "pass though" SQL commands to sources
- Closed