3

While Using Explain Plan option in SQL Developer, getting below error (mentioned in screenshot).

enter image description here

There is no uncommitted transaction in the session.

I am getting this error even when first time opening SQL Developer.

SQL Developer Versionenter image description here:

Tajinder
  • 2,248
  • 4
  • 33
  • 54

1 Answers1

5

It's a bug (27371100) - try upgrading your version of SQL Developer to at least version 18.1.

It's related to working with the plan table.

Latest versions shouldn't be committing/rolling back transactions based on an Explain Plan request.

thatjeffsmith
  • 20,522
  • 6
  • 37
  • 120