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
@@ -1,4 +1,4 @@
1
-
# G-8420: Always use dbms_application_info to track program process transiently.
1
+
# G-8510: Always use dbms_application_info to track program process transiently.
Copy file name to clipboardExpand all lines: docs/9-appendix/appendix.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
@@ -95,4 +95,4 @@ n/a | 8120 | Never check existence of a row to decide whether to create it or no
95
95
79 | 8210 | Always use synonyms when accessing objects of another application schema. | Major | ✘ | | ✘ | | | | |
96
96
n/a | 8310 | Always validate input parameter size by assigning the parameter to a size limited variable in the declaration section of program unit. | Minor | | | ✘ | | ✘ | ✘ | | ✘
97
97
n/a | 8410 | Always use application locks to ensure a program unit only running once at a given time. | Minor | | ✘ | | | ✘ | | |
98
-
n/a | 8420 | Always use dbms_application_info to track program process transiently | Minor | | ✘ | | | ✘ | | |
98
+
n/a | 8510 | Always use dbms_application_info to track program process transiently | Minor | | ✘ | | | ✘ | | |
0 commit comments