Warm tip: This article is reproduced from stackoverflow.com, please click
oracle-sqldeveloper

SQL Developer

发布于 2020-04-03 23:37:13

Is there a way to automatically refresh my own query in Oracle SQL Developer?

Something like Tools/Monitor Sessions.../Refresh but for any provided query.

Questioner
mik
Viewed
68
thatjeffsmith 2020-01-31 20:41

Yes, turn your query into a user defined report.

enter image description here

You can right-click on your query result grid in the worksheet -

enter image description here

Then if you want a new one, i'd just keep the one and edit the report properties for your new query.

enter image description here

Doesn't have to be a grid either - you can have a report of type script. Or use charts. Or a lot more.