mirror of https://github.com/jumpserver/jumpserver
perf: Oracle 支持
parent
3b6c2fc0c0
commit
b5fc865cc6
|
@ -119,7 +119,15 @@ class Protocol(ChoicesMixin, models.TextChoices):
|
|||
'port': 1521,
|
||||
'required': True,
|
||||
'secret_types': ['password'],
|
||||
'xpack': True
|
||||
'xpack': True,
|
||||
'setting': {
|
||||
'sysdba': {
|
||||
'type': 'bool',
|
||||
'default': False,
|
||||
'label': _('SYSDBA'),
|
||||
'help_text': _('Connect as SYSDBA')
|
||||
},
|
||||
}
|
||||
},
|
||||
cls.sqlserver: {
|
||||
'port': 1433,
|
||||
|
|
Loading…
Reference in New Issue