How to see if the background process is complete in SQLDEVELOPER
I have a csv unload process i am running in sqldeveloper, a process window popped up showing the progress of the export and it had an option to run the process in background, I picked the option but now how do I know if the process is complete?
Solution 1:
You will see a running task in the Task Progress View by clicking on View -> Task Progress.
From menu of Oracle Sql Developer
- Choose
View
. - Then choose
Task Progress
. - The view will appear in tab located in lower right corner.
View -> Task Progress