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

[pull] master from oravirt:master #44

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Commits on Mar 3, 2024

  1. orasw_meta: added assert for oracle_db_mem_totalmb in oracle_databases

    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 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5caf67a View commit details
    Browse the repository at this point in the history