oracle SQLDEVELOPER中如何查看后台进程是否完成
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5885865/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to see if the background process is complete in SQLDEVELOPER
提问by venky80
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?
我有一个 csv 卸载进程,我在 sqldeveloper 中运行,弹出一个进程窗口,显示导出的进度,它有一个在后台运行进程的选项,我选择了该选项,但现在我怎么知道进程是否完成?
回答by Simon LG
You will see a running task in the Task Progress View by clicking on View -> Task Progress.
单击查看 -> 任务进度,您将在任务进度视图中看到正在运行的任务。
From menu of Oracle Sql Developer
从 Oracle Sql Developer 的菜单
- Choose
View
. - Then choose
Task Progress
. - The view will appear in tab located in lower right corner.
- 选择
View
。 - 然后选择
Task Progress
。 - 该视图将出现在位于右下角的选项卡中。
View -> Task Progress
View -> Task Progress