The HINT directive allows the specification of a custom hint that will be used for a specific key when working on Oracle database with Database Bridge. If specified, this hint is used instead of the hint that is automatically generated by -Oh option.
idxNum is the number of the key that will be affected by the hint. This number is calculated considering the order of the keys in the File-Control, where 1 is the primary key while 2 and higher values are the alternate keys.hintValue can be a string or a number.
• If a string is used, the string is generated as it is in the SQL hint. For example, the following directive generates the hint /*+ ordered */ for readings on the first key.
$EFD HINT 1:"ordered"
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |