-
Notifications
You must be signed in to change notification settings - Fork 50
Naming and behaviour of memory parameters are confusing #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@andbos and you check init params for both the CDB and PDB . I think this is expected we might need to change the names of the initParams in the yaml if its causing a confusion |
Hi, There is a slight difference between CDB and PDB. With the following settings in the YAML at installation:
The database will have the following configuration: CDB
PDB
And it is possible to increase sga_max_size of the CDB:
If I login to the PDB then I can increase sga_target manually.
So if you exclude the comment Best regards, |
@andbos the above PR have to updated comments aimed to eliminate any confusion. kindly check |
Hi, Thanks. Just one typo: "pagAggregateTarget". Best regards, |
corrected the typo and closing the issue |
Hi,
I think the naming and behaviour of memory parameters are confusing.
The comment in the YAML example (https://github.com/oracle/oracle-database-operator/blob/main/config/samples/sidb/singleinstancedatabase.yaml) says:
## Specify both sgaSize and pgaSize (in MB) or dont specify both
However, the initParams are not called sga/pgaSize but sgaTarget/pgaAggregateTarget. Example configuration from last tests:
With above YAML configuration I got the following parameters settings after the instance had been started:
Why is sga_target set to 0 and sga_max_size set to initParams.sgaTarget? This seems to happen only at initial installation because if I edit initParams.sgaTarget in the YAML file and apply it then:
If I try to change sga_max_size via SQLplus I get ORA-02095 error:
Best regards,
Andreas
The text was updated successfully, but these errors were encountered: