Skip to content

fix: Oracle explain_as_text() implementation #43

Description

@dtsong

Problem

oracle.py:107 raises NotImplementedError("Explain not yet implemented in Oracle"). This blocks query plan debugging for Oracle users.

Fix

Oracle supports EXPLAIN PLAN FOR <sql> followed by SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY).

Acceptance Criteria

  • explain_as_text() returns Oracle query plan
  • Unit test covers SQL generation

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions