You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: