Skip to Main Content

FreeSQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to call dbms_xplan.display_cursor

Stew AshtonNov 9 2025

As of November 8th, 2025, a call to dbms_xplan.display_cursor returns ‘User has no SELECT privilege on V$SESSION’. This is confirmed by an attempt to query V$SESSION, which returns ‘ORA-00942: table or view "SYS"."V_$SESSION" does not exist’.

If I remember correctly, LIVESQL had this same limitation for a time, but eventually a solution was found to allow dbms_xplan.display_cursor to function while respecting security concerns.

Is this limitation expected to be permanent, or will there be some future attempt to allow the functionality?

Thanks in advance,
Stew Ashton

This post has been answered by thatJeffSmith-Oracle on Nov 12 2025
Jump to Answer
Comments
Post Details
Added on Nov 9 2025
2 comments
45 views