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: plsql/code-analysis/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,6 @@ As a database programming language, PL/SQL code is stored in the Oracle Database
2
2
That means that we can analyze our code using data dictionary views, most importantly
3
3
ALL_IDENTIFIERS and ALL_STATEMENTS, which are populated by PL/Scope.
4
4
5
-
You might also find another PL/Scope repo helpful: https://github.com/PhilippSalvisberg/plscope-utils
5
+
This folder offers a set of stand-alone queries and procedures that demonstrate PL/Scope and give you a quick and easy way to get started with this fantastic utility.
6
+
7
+
Philipp Salvisberg has also put together a very nice utility full of packages and views that can take you a long way towards fully leverage PL/Scope. Check it out here: https://github.com/PhilippSalvisberg/plscope-utils
0 commit comments