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
n/a | 1080 | Avoid using the same expression on both sides of a relational comparison operator or a logical operator. | Blocker | | ✘ | ✘ | | | | | ✘
25
25
8 | 2110 | Try to use anchored declarations for variables, constants and types. | Major | | | ✘ | | ✘ | | |
n/a | 3170 | Always use DEFAULT ON NULL declarations to assign default values to table columns if you refuse to store NULL values. | Major | | | | | ✘ | | |
n/a | 3170 | Always use DEFAULT ON NULL declarations to assign default values to table columns if you refuse to store NULL values. | Blocker | | | | | ✘ | | |
56
56
n/a | 3180 | Always specify column names instead of positional references in ORDER BY clauses. | Major | ✘ | | | | ✘ | | |
57
57
n/a | 3182 | Always specify column names instead of positional references in GROUP BY clauses. | Blocker | | | | | ✘ | | |
58
58
n/a | 3183 | Always specify column aliases instead of expressions in GROUP BY clauses. | Minor | | | ✘ | | | | |
@@ -134,6 +134,6 @@ n/a | 8310 | Always validate input parameter size by assigning the parameter to
134
134
n/a | 8410 | Always use application locks to ensure a program unit is only running once at a given time. | Blocker | | ✘ | | | ✘ | | |
135
135
n/a | 8510 | Always use dbms_application_info to track program process transiently. | Critical | | ✘ | | | ✘ | | |
136
136
n/a | 9010 | Always use a format model in string to date/time conversion functions. | Blocker | ✘ | | ✘ | | ✘ | | ✘ | ✘
137
-
n/a | 9020 | Try to use a format model and NLS_NUMERIC_CHARACTERS in string to number conversion functions. | Major | ✘ | | ✘ | | ✘ | | ✘ | ✘
137
+
n/a | 9020 | Try to use a format model and NLS_NUMERIC_CHARACTERS in string to number conversion functions. | Blocker | ✘ | | ✘ | | ✘ | | ✘ | ✘
138
138
n/a | 9030 | Try to define a default value on conversion errors. | Major | | | ✘ | | ✘ | | | ✘
139
-
n/a | 9040 | Try using FX in string to date/time conversion format model to avoid fuzzy conversion. | Major | | | | | ✘ | | | ✘
139
+
n/a | 9040 | Try using FX in string to date/time conversion format model to avoid fuzzy conversion. | Blocker | | | | | ✘ | | | ✘
0 commit comments