biemond / biemond-oradb

Puppet Oracle Database Module
Apache License 2.0
59 stars 113 forks source link

database 19c creation fails due to Automatic Memory Management option #268

Open sureshr7 opened 4 years ago

sureshr7 commented 4 years ago

While creating database using template with server memory more than 4G, there is no option to pass automaticMemoryManagement as false.

Database creation fails with error [FATAL] [DBT-11211] The Automatic Memory Management option is not allowed when the total physical memory is greater than 4GB.

Need to pass automaticMemoryManagement to dbca directly

vladimirsafronov1251 commented 4 years ago

Actually, this issue occur since 12.2. Prior to that version dbca only raised warning, and in 12.2 this was changed to error. I'm preparing PL to fix this.

sureshr7 commented 4 years ago

Thanks