Skip to content

Commit 72f063a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plsql/code-analysis/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ 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.
44

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

Comments
 (0)