3

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.

1
  • if you're fine with a CLI, the REPEAT command will give you exactly what you're looking for in Oracle SQLcl (it's in your SQLDev bin directory) thatjeffsmith.com/archive/2015/04/… Commented Jan 31, 2020 at 12:42

1 Answer 1

5

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Works, but is there a way to run a report on a database while the connection is busy executing another query? (Unshared report?)
run your long running queries on unshared worksheets whenever possible, otherwise you'd have to create a new connection

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.