Added CHOOSE to enumvals for Oracle parameter optimizer_mode
This commit is contained in:
parent
2f79bfdc17
commit
bcad0fa017
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue