You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4-language-usage/8-patterns/5-use-dbms-application-info-package-to-follow-progress-of-a-process/g-8510.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
## Reason
7
7
8
-
This technique allows us to view progress of a process without having to persistently write log data in either a table or a file. The information is accessible trough`V$SESSION` view.
8
+
This technique allows us to view progress of a process without having to persistently write log data in either a table or a file. The information is accessible through the`V$SESSION` view.
0 commit comments