Skip to content
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

orasw_meta: added assert for oracle_db_mem_totalmb in oracle_databases #414

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

Rendanic
Copy link
Collaborator

The attribute oracle_db_mem_totalmb should not be used in oracle_databases anymore. Use sga_target and pga_aggregate_target in oracle_databases.init_parameters as replacement.

The assert checks, if oracle_db_mem_totalmb is defined without sga_target or oracle_db_mem_totalmb is not used with an entry for sga_target in oracle_databases.init_parameters.

The assert of oracle_database is enabled by default. This could be disabled by setting:

orasw_meta_assert_oracle_databases: false

@Rendanic
Copy link
Collaborator Author

fixes #274

@Rendanic Rendanic force-pushed the pr/totalmb_274 branch 2 times, most recently from 58b3bc0 to a68c043 Compare March 3, 2024 08:07
The attribute oracle_db_mem_totalmb should not be used in oracle_databases
anymore. Use sga_target and pga_aggregate_target in oracle_databases.init_parameters
as replacement.

The assert checks, if oracle_db_mem_totalmb is defined without sga_target or
oracle_db_mem_totalmb is not used with an entry for sga_target in oracle_databases.init_parameters.

The assert of oracle_database is enabled by default. This could be disabled
by setting:

orasw_meta_assert_oracle_databases: false
@Rendanic Rendanic merged commit 5caf67a into oravirt:master Mar 3, 2024
6 checks passed
@Rendanic Rendanic deleted the pr/totalmb_274 branch March 8, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant