Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# G-8420: Always use dbms_application_info to track program process transiently.
# G-8510: Always use dbms_application_info to track program process transiently.

!!! tip "Minor"
Efficiency, Reliability
Expand Down
2 changes: 1 addition & 1 deletion docs/9-appendix/appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ n/a | 8120 | Never check existence of a row to decide whether to create it or no
79 | 8210 | Always use synonyms when accessing objects of another application schema. | Major | ✘ | | ✘ | | | | |
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 | | | ✘ | | ✘ | ✘ | | ✘
n/a | 8410 | Always use application locks to ensure a program unit only running once at a given time. | Minor | | ✘ | | | ✘ | | |
n/a | 8420 | Always use dbms_application_info to track program process transiently | Minor | | ✘ | | | ✘ | | |
n/a | 8510 | Always use dbms_application_info to track program process transiently | Minor | | ✘ | | | ✘ | | |
3 changes: 1 addition & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
page-break-before: always;
}

[id*="10-"],
[id^="g-8420"] {
[id*="10-"] {
page-break-before: avoid;
}
}