Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 989
venky80 Avatar asked May 04 '11 15:05

venky80


People also ask

How will you check the background process?

You can use the ps command to list all background process in Linux. Other Linux commands to obtain what processes are running in the background on Linux. top command – Display your Linux server's resource usage and see the processes that are eating up most system resources such as memory, CPU, disk and more.

Which view will you refer to for getting background process details?

To check all background process in oracle we can see using v$bgprocess view.


1 Answers

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

like image 103
Simon LG Avatar answered Nov 14 '22 21:11

Simon LG