Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi committed Dec 17, 2024
1 parent 8c526bf commit adc4649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/ob_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def execute_display_cursor(self, business_sql):

cursor.execute("select dbms_xplan.display_cursor(0, 'all')")
plan_result = from_db_cursor(cursor)
plan_result.align = 'l'
cursor.close()
return plan_result
except Exception as e:
Expand Down

0 comments on commit adc4649

Please sign in to comment.