Skip to content

Commit f1c78bd

Browse files
author
Steven Feuerstein
authored
Create README.md
1 parent a4265c1 commit f1c78bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plsql/code-analysis/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
As a database programming language, PL/SQL code is stored in the Oracle Database.
22
That means that we can analyze our code using data dictionary views, most importantly
33
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

Comments
 (0)