How to see if the background process is complete in SQLDEVELOPER

OracleCsvBackgroundExportOracle Sqldeveloper

Oracle Problem Overview


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?

Oracle Solutions


Solution 1 - Oracle

You will see a running task in the Task Progress View by clicking on View -> Task Progress.

From menu of Oracle Sql Developer

  1. Choose View.

  2. Then choose Task Progress.

  3. The view will appear in tab located in lower right corner.

View -> Task Progress

View Task Progress Menue Task Progress View Tab

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionvenky80View Question on Stackoverflow
Solution 1 - OracleSimon LGView Answer on Stackoverflow