Skip to content

Commit 9ad46c4

Browse files
authored
Merge pull request #1776 from afumagalli98/1760-1
Fixed OracleDatabaseMemoryAdvisor API
2 parents 0e636ba + c819b41 commit 9ad46c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/oracle_database_memory_advisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package model
1717

1818
type OracleDatabaseMemoryAdvisor struct {
19-
AutomaticMemoryManagement bool `json:"automaticMemoryManagement,omitempty" bson:"automaticMemoryManagement,omitempty"`
19+
AutomaticMemoryManagement bool `json:"automaticMemoryManagement" bson:"automaticMemoryManagement"`
2020
MemorySizeLowerGb string `json:"memorySizeLowerGb,omitempty" bson:"memorySizeLowerGb,omitempty"`
2121
PgaTargetAggregateLowerGb string `json:"pgaTargetAggregateLowerGb,omitempty" bson:"pgaTargetAggregateLowerGb,omitempty"`
2222
SgaSizeLowerGb string `json:"sgaSizeLowerGb,omitempty" bson:"sgaSizeLowerGb,omitempty"`

0 commit comments

Comments
 (0)