이 콘텐츠는 선택한 언어로 제공되지 않습니다.
13.6. Override Execution Properties
You can override execution properties for any translator in the
vdb.xml
file:
<translator type="oracle-override" name="oracle"> <property name="RequiresCriteria" value="true"/> </translator>
<translator type="oracle-override" name="oracle">
<property name="RequiresCriteria" value="true"/>
</translator>
The above XML fragment is overriding the oracle translator and altering the behavior of RequiresCriteria property setting it to true. Note that the modified translator is only available in the scope of this VDB.