We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4265c1 commit f1c78bdCopy full SHA for f1c78bd
plsql/code-analysis/README.md
@@ -1,3 +1,5 @@
1
As a database programming language, PL/SQL code is stored in the Oracle Database.
2
That means that we can analyze our code using data dictionary views, most importantly
3
ALL_IDENTIFIERS and ALL_STATEMENTS, which are populated by PL/Scope.
4
+
5
+You might also find another PL/Scope repo helpful: https://github.com/PhilippSalvisberg/plscope-utils
0 commit comments