Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Commit prior transaction" when using Explain Plan in SQL Developer

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:

like image 661
Tajinder Avatar asked Jul 12 '26 20:07

Tajinder


1 Answers

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.

like image 196
thatjeffsmith Avatar answered Jul 15 '26 02:07

thatjeffsmith