Added CHOOSE to enumvals for Oracle parameter optimizer_mode

This commit is contained in:
dvanaken 2020-01-13 02:57:00 -05:00 committed by Dana Van Aken
parent 2f79bfdc17
commit bcad0fa017
4 changed files with 4 additions and 4 deletions

View File

@ -336,7 +336,7 @@ def set_field(fields):
fields['minval'] = None fields['minval'] = None
fields['maxval'] = None fields['maxval'] = None
fields['vartype'] = 5 fields['vartype'] = 5
fields['enumvals'] = 'FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS' fields['enumvals'] = 'FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE'
if fields['name'].lower() == 'workarea_size_policy': if fields['name'].lower() == 'workarea_size_policy':
fields['default'] = 'AUTO' fields['default'] = 'AUTO'
fields['minval'] = None fields['minval'] = None

View File

@ -5246,7 +5246,7 @@
"scope": "global", "scope": "global",
"dbms": 121, "dbms": 121,
"category": "", "category": "",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS", "enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE",
"context": "", "context": "",
"unit": 3, "unit": 3,
"tunable": false, "tunable": false,

View File

@ -5892,7 +5892,7 @@
"scope": "global", "scope": "global",
"dbms": 12, "dbms": 12,
"category": "", "category": "",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS", "enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE",
"context": "", "context": "",
"unit": 3, "unit": 3,
"tunable": false, "tunable": false,

View File

@ -6253,7 +6253,7 @@
"scope": "global", "scope": "global",
"dbms": 19, "dbms": 19,
"category": "", "category": "",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS", "enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE",
"context": "", "context": "",
"unit": 3, "unit": 3,
"tunable": false, "tunable": false,