Skip to content

Remove query_rewrite_enabled check from connect #265

@nj1973

Description

@nj1973

Connect currently displays settings for the following init params:

    db_parameters = [
        "processes",
        "sessions",
        "query_rewrite_enabled",
        "_optimizer_cartesian_enabled",
    ]

We should definitely remove query_rewrite_enabled and probably remove _optimizer_cartesian_enabled because we didn't document why we display it (might have been due to dba_extents query issues).

I believe processes and sessions were checked to encourage the user to understand if they had headroom for extra workload.

In practice - these settings are ignored in connect output and I think the whole "Oracle Parameters" section should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions